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 6b82be8 commit 58e30f0Copy full SHA for 58e30f0
.github/workflows/wheels.yml
@@ -60,7 +60,8 @@ jobs:
60
run: |
61
poetry run python --version
62
63
- - name: Setup pypi for poetry
+ - name: Setup pypi for poetry [for releases only]
64
+ if: ${{ startsWith(github.ref, 'refs/tags/') }}
65
66
poetry config keyring.enabled false
67
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
0 commit comments