Skip to content

Commit

Permalink
ci: leverage PyPI's Truster Publisher feature rather than obsolete us…
Browse files Browse the repository at this point in the history
…ername/password pair (after 2FA was enforced on Jan 1, 2024) (#440)
  • Loading branch information
lvaylet authored Mar 27, 2024
1 parent b18fc09 commit 1369748
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@ jobs:

- name: Release PyPI package
run: make deploy
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/

0 comments on commit 1369748

Please sign in to comment.