Skip to content

Commit

Permalink
Consistent mechanism to install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Sep 7, 2022
1 parent 47c0e95 commit 5f3c783
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 @@ -108,10 +108,10 @@ jobs:
version: "3.7"
steps:
- checkout
- *install-poetry
- run:
name: Push to PyPI
command: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
source $HOME/.poetry/env
poetry publish \
--build \
Expand Down

0 comments on commit 5f3c783

Please sign in to comment.