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 5342d2c commit 3c0d072Copy full SHA for 3c0d072
.github/workflows/release-python.yml
@@ -92,9 +92,9 @@ jobs:
92
with:
93
repository-url: https://test.pypi.org/legacy/
94
skip-existing: true
95
- attestations: ${{ !startsWith(github.ref, 'refs/tags/') }}
+ attestations: ${{ env.DRY_RUN }}
96
- name: Publish distribution 📦 to PyPI
97
- if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(env.DRY_RUN, 'false')
98
uses: pypa/gh-action-pypi-publish@release/v1
99
100
post-publish:
0 commit comments