We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5719b1d commit 2c1fa50Copy full SHA for 2c1fa50
.github/workflows/release-python.yml
@@ -80,9 +80,9 @@ jobs:
80
with:
81
repository-url: https://test.pypi.org/legacy/
82
skip-existing: true
83
- attestations: ${{ !startsWith(github.ref, 'refs/tags/') }}
+ 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