Skip to content

Commit

Permalink
UPdated to use token auth
Browse files Browse the repository at this point in the history
  • Loading branch information
kbernst30 committed Aug 27, 2019
1 parent 947ce15 commit 7008654
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 @@ -65,7 +65,7 @@ jobs:
name: init .pypirc
command: |
echo -e "[pypi]" >> ~/.pypirc
echo -e "username = kbernst30" >> ~/.pypirc
echo -e "username = __token__" >> ~/.pypirc
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc
- run:
name: create packages
Expand Down

0 comments on commit 7008654

Please sign in to comment.