Skip to content

Commit

Permalink
Update to token auth
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Mar 25, 2023
1 parent 3fdbf7b commit 0772a3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Build and publish
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
poetry publish --build --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
poetry publish --build --username "__token__" --password "$PYPI_TOKEN"

0 comments on commit 0772a3e

Please sign in to comment.