Skip to content

Commit

Permalink
Issue #7 edited travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Apr 23, 2020
1 parent 3df4604 commit 7d76689
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ after_success:
- coveralls

deploy:
provider: pypi
on:
tags: true
branch: master

- pip install wheel twine setuptools
- rm -rf dist
- python setup.py bdist_wheel
- twine upload --repository pypi dist/* --username $PYPI_USER --password $PYPI_PASS
script:
- pip install wheel twine setuptools
- rm -rf dist
- python setup.py bdist_wheel
- twine upload --repository pypi dist/* --username $PYPI_USER --password $PYPI_PASS

0 comments on commit 7d76689

Please sign in to comment.