Skip to content

Commit

Permalink
use token directly
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Mar 17, 2024
1 parent a63e74e commit 3032b52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
pip install --upgrade dist/*.whl
- name: Upload to PyPI
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
poetry config pypi-token.pypi $PYPI_API_TOKEN
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry publish --build -r pypi

0 comments on commit 3032b52

Please sign in to comment.