summaryrefslogtreecommitdiff
path: root/.carthorse.yml
blob: d8f3a9a090661361abdd74675d2e7d1b96af4e06 (plain)
1
2
3
4
5
6
7
8
9
carthorse:
  version-from: setup.py
  tag-format: "{version}"
  when:
    - version-not-tagged
  actions:
    - run: "sudo pip install -e .[build]"
    - run: "twine upload -u carthorse-mock -p $PYPI_PASS dist/*"
    - create-tag