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 c8d8280 commit 9e53cd4Copy full SHA for 9e53cd4
1 file changed
.github/workflows/build-and-publish.yml
@@ -53,6 +53,8 @@ jobs:
53
needs: [build_wheels, build_sdist]
54
runs-on: ubuntu-latest
55
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
56
+ permissions:
57
+ id-token: write
58
steps:
59
- uses: actions/download-artifact@v4
60
with:
@@ -61,5 +63,3 @@ jobs:
61
63
path: dist
62
64
65
- uses: pypa/gh-action-pypi-publish@release/v1
- with:
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments