blob: 28e55635b365c534d2cbb87ed143ff83e9285a05 [file] [log] [blame]
Chris Withers700a51d2019-05-01 23:08:56 +01001carthorse:
2 version-from: setup.py
3 tag-format: "{version}"
4 when:
5 - version-not-tagged
6 actions:
7 - run: "sudo pip install -e .[build]"
8 - run: "sudo python setup.py sdist bdist_wheel"
9 - run: "twine upload -u carthorse-mock -p $PYPI_PASS dist/*"
10 - create-tag