Skip to content

Commit c814f76

Browse files
committed
use older token
1 parent 84cf04a commit c814f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Publish to PyPI
9393
env:
94-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
94+
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
9595
uses: PyO3/maturin-action@v1
9696
with:
9797
command: upload

0 commit comments

Comments
 (0)