Skip to content

Commit 5a80e25

Browse files
Update CI.yml
Added token authentication for PyPI
1 parent 60903e1 commit 5a80e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ jobs:
211211
- name: Publish to PyPI
212212
if: ${{ startsWith(github.ref, 'refs/tags/') }}
213213
uses: PyO3/maturin-action@v1
214-
# env:
215-
# MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
214+
env:
215+
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
216216
with:
217217
command: upload
218218
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)