Skip to content

Commit

Permalink
feat: test publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangst committed Jan 22, 2021
1 parent fdb22a1 commit 6b9b516
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:
python: '3.5'
branch: master

# - provider: pypi
# user: $PYPI_USER
# password: $PYPI_PASSWORD
# repository: https://upload.pypi.org/legacy
# skip_cleanup: true
# on:
# python: '3.5'
# tags: true
- provider: pypi
user: __token__
password: $PYPI_TOKEN
repository: https://upload.pypi.org/legacy
skip_cleanup: true
on:
python: '3.5'
tags: true

0 comments on commit 6b9b516

Please sign in to comment.