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 84cf04a commit c814f76Copy full SHA for c814f76
.github/workflows/CI.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Publish to PyPI
93
env:
94
- MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
+ MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
95
uses: PyO3/maturin-action@v1
96
with:
97
command: upload
0 commit comments