Skip to content

Commit

Permalink
ci: pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Sep 4, 2024
1 parent dd708e6 commit 7a75d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 7a75d7a

Please sign in to comment.