Skip to content

Commit

Permalink
and twine
Browse files Browse the repository at this point in the history
  • Loading branch information
tredman committed Sep 9, 2019
1 parent a7391fa commit f5ad3c8
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 @@ -17,7 +17,7 @@ commands:
command: |
python3 -m venv venv
. venv/bin/activate
pip install --upgrade setuptools wheel
pip install --upgrade setuptools wheel twine
echo -e "[pypi]" >> ~/.pypirc
echo -e "username = honeycomb" >> ~/.pypirc
echo -e "password = ${PYPI_PASSWORD}" >> ~/.pypirc
Expand Down

0 comments on commit f5ad3c8

Please sign in to comment.