blob: d8f3a9a090661361abdd74675d2e7d1b96af4e06 [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]"
Chris Withers700a51d2019-05-01 23:08:56 +01008 - run: "twine upload -u carthorse-mock -p $PYPI_PASS dist/*"
9 - create-tag