blob: 1bee3707d6634f05513f1bb170f105b56333dda2 [file] [log] [blame]
carthorse:
version-from: setup.py
tag-format: "{version}"
when:
- version-not-tagged
actions:
- run: "pip install -e .[build]"
- run: "twine upload -u __token__ -p $PYPI_TOKEN dist/*"
- create-tag