blob: d8f3a9a090661361abdd74675d2e7d1b96af4e06 [file] [log] [blame]
carthorse:
version-from: setup.py
tag-format: "{version}"
when:
- version-not-tagged
actions:
- run: "sudo pip install -e .[build]"
- run: "twine upload -u carthorse-mock -p $PYPI_PASS dist/*"
- create-tag