We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60903e1 commit 5a80e25Copy full SHA for 5a80e25
.github/workflows/CI.yml
@@ -211,8 +211,8 @@ jobs:
211
- name: Publish to PyPI
212
if: ${{ startsWith(github.ref, 'refs/tags/') }}
213
uses: PyO3/maturin-action@v1
214
- # env:
215
- # MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
+ env:
+ MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
216
with:
217
command: upload
218
args: --non-interactive --skip-existing wheels-*/*
0 commit comments