From 6d4014827a04bbb8b63128b060ec70d321f38d95 Mon Sep 17 00:00:00 2001 From: Chris Withers Date: Wed, 28 Dec 2022 12:58:21 +0000 Subject: [PATCH] sudo no longer needed --- .carthorse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.carthorse.yml b/.carthorse.yml index 7b6ca85b..1bee3707 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