Skip to content

Commit ef4058e

Browse files
authored
PYTHON-5017 Fix handling of post-publish step again (#932)
1 parent dd73d74 commit ef4058e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
name: all-dist-${{ github.run_id }}
8282
path: dist/
8383
- name: Publish package distributions to PyPI
84-
if: inputs.dry_run == 'false'
84+
if: startsWith(inputs.dry_run, 'false')
8585
uses: pypa/gh-action-pypi-publish@release/v1
8686

8787
post-publish:

0 commit comments

Comments
 (0)