Skip to content

Commit

Permalink
remove sudo that's no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Oct 26, 2021
1 parent bc57dad commit 1537704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .carthorse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ carthorse:
when:
- version-not-tagged
actions:
- run: "sudo pip install -e .[build]"
- run: "sudo python setup.py sdist bdist_wheel"
- run: "pip install -e .[build]"
- run: "python setup.py sdist bdist_wheel"
- run: "twine upload -u __token__ -p $PYPI_TOKEN dist/*"
- create-tag

0 comments on commit 1537704

Please sign in to comment.