We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ef63e commit b5d1e56Copy full SHA for b5d1e56
.github/workflows/release-python.yml
@@ -82,7 +82,7 @@ jobs:
82
skip-existing: true
83
attestations: ${{ env.DRY_RUN }}
84
- name: Publish distribution 📦 to PyPI
85
- if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(env.DRY_RUN, 'false')
86
uses: pypa/gh-action-pypi-publish@release/v1
87
88
post-publish:
0 commit comments