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 9e09894 commit cdd96ebCopy full SHA for cdd96eb
1 file changed
.github/workflows/release.yml
@@ -288,6 +288,7 @@ jobs:
288
path: dist
289
290
- name: Publish wheels
291
+ if: needs.compute-dry-run.outputs.is_dry_run != 'true'
292
run: uv publish dist/**/*.whl
293
294
publish-encoderfile:
0 commit comments