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