Skip to content

Commit 5f3c783

Browse files
committed
Consistent mechanism to install poetry
1 parent 47c0e95 commit 5f3c783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ jobs:
108108
version: "3.7"
109109
steps:
110110
- checkout
111+
- *install-poetry
111112
- run:
112113
name: Push to PyPI
113114
command: |
114-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
115115
source $HOME/.poetry/env
116116
poetry publish \
117117
--build \

0 commit comments

Comments
 (0)