sudo no longer needed
diff --git a/.carthorse.yml b/.carthorse.yml
index 7b6ca85..1bee370 100644
--- a/.carthorse.yml
+++ b/.carthorse.yml
@@ -4,6 +4,6 @@
   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