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 4bc9de7 commit d4e6137Copy full SHA for d4e6137
.github/workflows/ci.yml
@@ -119,14 +119,14 @@ jobs:
119
120
deploy:
121
uses: mhils/workflows/.github/workflows/python-deploy.yml@main
122
- needs: [test, build]
+ needs: check
123
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
124
+ permissions:
125
+ id-token: write
126
with:
127
artifact: wheels
128
# repository: testpypi
129
# environment: deploy-testpypi
- secrets:
- password: ${{ secrets.PYPI_TOKEN }}
130
131
check:
132
if: always()
0 commit comments