Skip to content

Commit

Permalink
ci: remove pypi username and password publishing
Browse files Browse the repository at this point in the history
We now use PyPI trusted publishers.
  • Loading branch information
jtpavlock committed Apr 6, 2024
1 parent 75d9d49 commit d60477a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,5 @@ jobs:
run: |
poetry build
- name: Publish to PyPI
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
poetry publish --username $PYPI_USERNAME --password $PYPI_PASSWORD
poetry publish

0 comments on commit d60477a

Please sign in to comment.