Skip to content

Commit

Permalink
fix(project): publish to pypi
Browse files Browse the repository at this point in the history
Signed-off-by: James Hart <[email protected]>
  • Loading branch information
jhart1685 committed Apr 14, 2021
1 parent d16eca5 commit 2ff8536
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ deploy:
on:
python: '3.6'
branch: main
# - provider: pypi
# user: __token__
# password: $PYPI_TOKEN
# repository: https://upload.pypi.org/legacy
# skip_cleanup: true
# on:
# python: '3.6'
# tags: true
- provider: pypi
user: __token__
password: $PYPI_TOKEN
repository: https://upload.pypi.org/legacy
skip_cleanup: true
on:
python: '3.6'
tags: true

0 comments on commit 2ff8536

Please sign in to comment.