Skip to content

Commit

Permalink
Add auto-deploy to Travis CI - first draft
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneSutro committed Jul 22, 2023
1 parent d4829a1 commit aa7540e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@ install:
- pip install .

script: pytest

deploy:
provider: pypi
user: SonicRift
distributions: sdist bdist_wheel
edge: true
on:
python: 3.9
tags: true

0 comments on commit aa7540e

Please sign in to comment.