Skip to content

Commit

Permalink
Cleaner deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Mar 23, 2020
1 parent 8084a0f commit 76549f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ notifications:
on_failure: change
deploy:
provider: pypi
user: henryiii
user: "__token__"
distributions: sdist bdist_wheel
skip_existing: true
on:
tags: true
password:
secure: qPcFTJirTGTaTFok6oHz3HEFKiIWIQolBCm2nxsluJ4RVGE0AIH6OoBsN5JYr9nbb0t7KA2cqhJEupD6KQDpDD5b9gEwjnXnyG1Nx22cqAJGw9hKBY3UT5qGjX+6ov8iwWDalUe62rWym0I7kWYSGfn8QJiHX0Nj7ikSi6kmGCg=
condition: $PVV = 3.8
password: $PYPI_TOKEN

0 comments on commit 76549f7

Please sign in to comment.