Skip to content

Commit

Permalink
ci(python): publish wheels with API token
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jun 7, 2023
1 parent c2505e8 commit df9f112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
RUST_TOOLCHAIN: nightly-2023-06-01
PYTHON_VERSION: '3.7'
MATURIN_VERSION: '1.0.1'
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

defaults:
run:
Expand Down

0 comments on commit df9f112

Please sign in to comment.