Skip to content

Commit b5b5931

Browse files
committed
add dry run handling
1 parent d94e0e8 commit b5b5931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ publish:
335335
name: all-dist-${{ github.run_id }}
336336
path: dist/
337337
- name: Publish package distributions to PyPI
338+
if: inputs.dry_run == 'false'
338339
uses: pypa/gh-action-pypi-publish@release/v1
339340
340341
post-publish:

0 commit comments

Comments
 (0)