Skip to content

Commit

Permalink
Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Nov 9, 2019
1 parent 37d0507 commit 24aee49
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 @@ -240,7 +240,7 @@ jobs:
poetry publish --repository testpypi --username $TESTPYPI_USERNAME --password $TESTPYPI_PASSWORD
- run:
name: Uploading to PyPI
command: poetry publish --repository pypi --username $PYPI_USERNAME --password $PYPI_PASSWORD
command: poetry publish --username $PYPI_USERNAME --password $PYPI_PASSWORD

workflows:
version: 2
Expand Down

0 comments on commit 24aee49

Please sign in to comment.