Skip to content

Commit c54b3e3

Browse files
committed
INTPYTHON-589 Fix PyPI upload conditional
1 parent e2c98c3 commit c54b3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
name: all-dist-${{ github.run_id }}
7777
path: dist/
7878
- name: Publish distribution 📦 to PyPI
79+
if: startsWith(env.DRY_RUN, 'false')
7980
uses: pypa/gh-action-pypi-publish@release/v1
8081

8182
post-publish:

0 commit comments

Comments
 (0)