Skip to content

Commit

Permalink
Fix pypirc generation for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Mar 13, 2020
1 parent 9679a52 commit 603ca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ commands:
command: |
echo -e "[distutils]" >> ~/.pypirc
echo -e "index-servers = pypi" >> ~/.pypirc
echo -e "[pypi]"
echo -e "[pypi]" >> ~/.pypirc
echo -e "username = __token__" >> ~/.pypirc
echo -e "password = $PYPI_TOKEN" >> ~/.pypirc
- run:
Expand Down

0 comments on commit 603ca6d

Please sign in to comment.