Skip to content

Commit 8571bd4

Browse files
committed
chore: use a non-project specific token
1 parent 093e82a commit 8571bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373
- name: Publish to PyPI
374374
uses: PyO3/maturin-action@v1
375375
env:
376-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
376+
MATURIN_PYPI_TOKEN: ${{ secrets.caipypi }}
377377
with:
378378
command: upload
379379
args: --non-interactive --skip-existing *

0 commit comments

Comments
 (0)