Skip to content

Commit b5d1e56

Browse files
authored
INTPYTHON-589 Fix PyPI upload conditional (#61)
1 parent 10ef63e commit b5d1e56

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
@@ -82,7 +82,7 @@ jobs:
8282
skip-existing: true
8383
attestations: ${{ env.DRY_RUN }}
8484
- name: Publish distribution 📦 to PyPI
85-
if: startsWith(github.ref, 'refs/tags/')
85+
if: startsWith(env.DRY_RUN, 'false')
8686
uses: pypa/gh-action-pypi-publish@release/v1
8787

8888
post-publish:

0 commit comments

Comments
 (0)