Skip to content

Commit

Permalink
fix: pass the PyPI token to rye as a CLI argument
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuller committed Apr 30, 2024
1 parent 5bff0f8 commit 8a025c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:
with:
enable-cache: true
- run: rye build --clean --wheel
- run: rye publish --skip-existing
env:
PYPI_TOKEN: ${{ secrets.SALTSTACK_AGE_PYPI_TOKEN }}
- run: rye publish --skip-existing --token ${{ secrets.SALTSTACK_AGE_PYPI_TOKEN }}

0 comments on commit 8a025c1

Please sign in to comment.