From 9782a45288fbc9d141830fbb2b8a2dc41add92fb Mon Sep 17 00:00:00 2001 From: Chris Withers Date: Fri, 25 Feb 2022 10:07:35 +0000 Subject: [PATCH] Fix for newer CircleCI images --- .carthorse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.carthorse.yml b/.carthorse.yml index 7b6ca85..1bee370 100644 --- a/.carthorse.yml +++ b/.carthorse.yml @@ -4,6 +4,6 @@ carthorse: when: - version-not-tagged actions: - - run: "sudo pip install -e .[build]" + - run: "pip install -e .[build]" - run: "twine upload -u __token__ -p $PYPI_TOKEN dist/*" - create-tag