We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b21bd9 commit de7ef55Copy full SHA for de7ef55
.github/workflows/default.yml
@@ -48,6 +48,8 @@ jobs:
48
runs-on: ubuntu-latest
49
needs: [build_wheels, sdist]
50
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
51
+ permissions:
52
+ id-token: write
53
steps:
54
- name: download source wheel
55
uses: actions/download-artifact@v7
@@ -63,7 +65,4 @@ jobs:
63
65
- name: publish package pypi.org
64
66
uses: pypa/gh-action-pypi-publish@release/v1
67
with:
- user: __token__
- password: ${{ secrets.PYPI_API_TOKEN }}
68
- skip-existing: true
69
packages-dir: wheels
0 commit comments