Skip to content

Commit

Permalink
Update linux.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkk97 authored Mar 2, 2024
1 parent 2e8c01d commit fdfadd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ jobs:
- run: pip install pip "maturin>=1,<2"
- run: ls -1 .
- name: deploy wheel
run: maturin upload --skip-existing --username "$MATURIN_USERNAME" *.whl
run: maturin upload --skip-existing --username "${{ secrets.PYPI_USER_NAME }}" *.whl
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
- name: deploy sdist
run: maturin upload --skip-existing --username "$MATURIN_USERNAME" *.tar.gz
run: maturin upload --skip-existing --username "${{ secrets.PYPI_USER_NAME }}" *.tar.gz
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit fdfadd7

Please sign in to comment.