Skip to content

Commit

Permalink
update pip to install twine
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Jan 10, 2022
1 parent 4e6049c commit 47f5bc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
- store_artifacts:
path: dist/
destination: artifacts
- run: pip install twine
- run: twine upload dist/*
- run: |
pip install -U pip
pip install twine
twine upload dist/*
workflows:
version: 2
Expand Down

0 comments on commit 47f5bc2

Please sign in to comment.