We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172a36c commit 6d40148Copy full SHA for 6d40148
.carthorse.yml
@@ -4,6 +4,6 @@ carthorse:
4
when:
5
- version-not-tagged
6
actions:
7
- - run: "sudo pip install -e .[build]"
+ - run: "pip install -e .[build]"
8
- run: "twine upload -u __token__ -p $PYPI_TOKEN dist/*"
9
- create-tag
0 commit comments