Skip to content

Commit 64d2c32

Browse files
committed
fix upload
1 parent a1e8605 commit 64d2c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
needs: [build_wheels, build_sdist]
5454
runs-on: ubuntu-24.04
5555
if: github.event_name == 'release' && github.event.action == 'published'
56+
permissions:
57+
id-token: write
5658
steps:
5759
- uses: actions/setup-python@v5
5860
with:
@@ -63,5 +65,3 @@ jobs:
6365
path: dist
6466
merge-multiple: true
6567
- uses: pypa/gh-action-pypi-publish@release/v1
66-
with:
67-
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)