Skip to content

Commit cdd96eb

Browse files
committed
ci: add dry-run for python package publishing
1 parent 9e09894 commit cdd96eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ jobs:
288288
path: dist
289289

290290
- name: Publish wheels
291+
if: needs.compute-dry-run.outputs.is_dry_run != 'true'
291292
run: uv publish dist/**/*.whl
292293

293294
publish-encoderfile:

0 commit comments

Comments
 (0)