Skip to content

Commit

Permalink
circleci: poetry publish needs --build flag
Browse files Browse the repository at this point in the history
this it's because we don't keep artifacts between jobs
  • Loading branch information
Roger authored and chibby0ne committed Oct 5, 2018
1 parent f0f4c16 commit 38fde94
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 @@ -19,7 +19,7 @@ jobs:
- run:
command: |
sudo pip install poetry
poetry publish -u ${PYPI_PUBLIC_USERNAME} -p ${PYPI_PUBLIC_PASSWORD}
poetry publish --build -u ${PYPI_PUBLIC_USERNAME} -p ${PYPI_PUBLIC_PASSWORD}
workflows:
Expand Down

0 comments on commit 38fde94

Please sign in to comment.