We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3023e6c commit ca83c51Copy full SHA for ca83c51
.github/workflows/publish.yml
@@ -91,7 +91,7 @@ jobs:
91
path: ./dist
92
- name: Prepare package and environment
93
run: |
94
- rye sync
+ rye sync -f --update-all
95
rye run toml unset --toml-path pyproject.toml tool.rye.workspace
96
rye sync -f --update-all
97
- name: Integration Testing
0 commit comments