Skip to content

Commit

Permalink
fix: Fixed api key for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
egordm committed May 22, 2022
1 parent 415089d commit 0c2bc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: matrix.cuda-version == 'cpu' && startsWith(github.ref, 'refs/tags')
run: maturin upload --skip-existing wheelhouse/*
env:
MATURIN_PYPI_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

conda:
strategy:
Expand Down

0 comments on commit 0c2bc53

Please sign in to comment.