Skip to content

Commit

Permalink
Switch CircleCI to PyPi API token for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Photonios committed Feb 7, 2024
1 parent c4aab40 commit 43a6f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -142,8 +142,8 @@ jobs:
name: Publish package
command: >
python -m twine upload
--username "${PYPI_REPO_USERNAME}"
--password "${PYPI_REPO_PASSWORD}"
--username "__token__"
--password "${PYPI_API_TOKEN}"
--verbose
--non-interactive
--disable-progress-bar
Expand Down

0 comments on commit 43a6f22

Please sign in to comment.