We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c58c91 commit 648b8fcCopy full SHA for 648b8fc
.github/workflows/release-python.yml
@@ -76,7 +76,7 @@ jobs:
76
name: all-dist-${{ github.run_id }}
77
path: dist/
78
- name: Publish distribution 📦 to PyPI
79
- if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(env.DRY_RUN, 'false')
80
uses: pypa/gh-action-pypi-publish@release/v1
81
82
post-publish:
0 commit comments