Skip to content

Commit

Permalink
attempt to fix pypi publishing by moving to travis dpl2
Browse files Browse the repository at this point in the history
  • Loading branch information
bcavagnolo committed Feb 8, 2021
1 parent ce5fbec commit c37fb04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ _python_template: &_python_template
script: py.test
deploy:
provider: pypi
edge: true
username: "__token__"
password: $PYPI_TOKEN1$PYPI_TOKEN2
distributions: "sdist bdist_wheel"
Expand Down

0 comments on commit c37fb04

Please sign in to comment.