Skip to content

Commit 648b8fc

Browse files
authored
INTPYTHON-589 Fix PyPI upload conditional (#197)
* INTPYTHON-589 Fix PyPI upload conditional * INTPYTHON-589 Fix PyPI upload conditional
1 parent 4c58c91 commit 648b8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
name: all-dist-${{ github.run_id }}
7777
path: dist/
7878
- name: Publish distribution 📦 to PyPI
79-
if: startsWith(github.ref, 'refs/tags/')
79+
if: startsWith(env.DRY_RUN, 'false')
8080
uses: pypa/gh-action-pypi-publish@release/v1
8181

8282
post-publish:

0 commit comments

Comments
 (0)