blob: 7b6ca85b5427c51871297d7f86c40b2168babe02 [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 __token__ -p $PYPI_TOKEN dist/*"
- create-tag