Skip to content

Commit

Permalink
Fixes for pypi auto-releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Apr 16, 2020
1 parent 16cd31a commit 56f77b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,10 @@ deploy:

- provider: pypi
user: "__token__"
skip_existing: true
on:
tags: true
condition:
- $TRAVIS_OS_NAME == linux
password:
secure: LKl8MN+aroqUhczAHVEm1oTKrBzDJ9QxO443vSkbA7zT7+n7LzXaBf7XIJefsMmNW/f5RsbJxXGKs5CCGCHy1CDv4nEYbbobvPSts6Qs2xpakaBjVk35DFCUNAd/UlsFNHBexFu80QpGdP7Z8qhwamHDc4KHtHYTKz95infDnW8=

0 comments on commit 56f77b4

Please sign in to comment.