From 5f3c783556e6c3cbc104713119ee2d5ddd4b2904 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Wed, 7 Sep 2022 15:05:15 +0100 Subject: [PATCH] Consistent mechanism to install poetry --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ed43953..8cd4ead 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \