Skip to content

Commit

Permalink
Update pypi password to token
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlow committed Dec 13, 2023
1 parent c33138c commit 2100d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: publish
args: --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }} --interpreter python --skip-existing --manifest-path py-forust/Cargo.toml
args: --username __token__ --password ${{ secrets.PYPI_TOKEN }} --interpreter python --skip-existing --manifest-path py-forust/Cargo.toml

macos-build-test:
strategy:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
with:
command: publish
target: x86_64
args: --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }} --interpreter python --skip-existing --manifest-path py-forust/Cargo.toml
args: --username __token__ --password ${{ secrets.PYPI_TOKEN }} --interpreter python --skip-existing --manifest-path py-forust/Cargo.toml

linux-build-test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
command: publish
target: x86_64
manylinux: auto
args: --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }} --interpreter python${{ matrix.pyversion }} --skip-existing --manifest-path py-forust/Cargo.toml
args: --username __token__ --password ${{ secrets.PYPI_TOKEN }} --interpreter python${{ matrix.pyversion }} --skip-existing --manifest-path py-forust/Cargo.toml

cargo-build-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2100d35

Please sign in to comment.