Skip to content

Commit

Permalink
Fix circleci config command to upgrade twine
Browse files Browse the repository at this point in the history
  • Loading branch information
cducrest committed Jul 22, 2020
1 parent df0ed11 commit 2754902
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 @@ -139,7 +139,7 @@ jobs:
- run:
name: upgrade twine
command: |
- pip install --upgrade twine
pip install --upgrade twine
- run:
name: Init .pypirc
command: |
Expand Down

0 comments on commit 2754902

Please sign in to comment.