1carthorse: 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: "twine upload -u carthorse-mock -p $PYPI_PASS dist/*" 9 - create-tag 10