Skip to content

Commit

Permalink
Add auto-deploy to pypi (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Apr 16, 2020
1 parent 42642c6 commit 16cd31a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -82,3 +82,8 @@ deploy:
condition:
- $TRAVIS_OS_NAME == linux
- $NEVER_TRUE == 1

- provider: pypi
user: "__token__"
password:
secure: LKl8MN+aroqUhczAHVEm1oTKrBzDJ9QxO443vSkbA7zT7+n7LzXaBf7XIJefsMmNW/f5RsbJxXGKs5CCGCHy1CDv4nEYbbobvPSts6Qs2xpakaBjVk35DFCUNAd/UlsFNHBexFu80QpGdP7Z8qhwamHDc4KHtHYTKz95infDnW8=

0 comments on commit 16cd31a

Please sign in to comment.