Skip to content

Commit

Permalink
Use PyPi token for package uploading (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
awav authored and sc336 committed Mar 16, 2023
1 parent 4544691 commit 3bba344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ jobs:
name: Init .pypirc
command: |
echo -e "[pypi]" >> ~/.pypirc
echo -e "username = artemav" >> ~/.pypirc
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc
echo -e "username = __token__" >> ~/.pypirc
echo -e "password = $PYPI_TOKEN" >> ~/.pypirc
- run:
name: Create pip package
command: |
Expand Down

0 comments on commit 3bba344

Please sign in to comment.