Skip to content

Commit

Permalink
ci(actions): switch to PyPI token for publishing package
Browse files Browse the repository at this point in the history
  • Loading branch information
catcombo committed Oct 8, 2024
1 parent 6d5af0f commit 8eb05b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
git rev-parse HEAD > VERSION.txt
poetry publish --build
env:
POETRY_HTTP_BASIC_PYPI_USERNAME: ${{ secrets.POETRY_HTTP_BASIC_PYPI_USERNAME }}
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.POETRY_HTTP_BASIC_PYPI_PASSWORD }}
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}

0 comments on commit 8eb05b5

Please sign in to comment.