Skip to content

Commit 6d40148

Browse files
committed
sudo no longer needed
1 parent 172a36c commit 6d40148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.carthorse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ carthorse:
44
when:
55
- version-not-tagged
66
actions:
7-
- run: "sudo pip install -e .[build]"
7+
- run: "pip install -e .[build]"
88
- run: "twine upload -u __token__ -p $PYPI_TOKEN dist/*"
99
- create-tag

0 commit comments

Comments
 (0)