Skip to content

Commit

Permalink
Remove gztar from pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Sep 7, 2020
1 parent 294c898 commit 8b0e9fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Publish spotpy on PyPi if taged
deploy:
provider: pypi
distributions: "sdist bdist_wheel gztar"
distributions: "sdist bdist_wheel"
on:
# In this case I want to deploy only when a tag is present...
tags: true
Expand All @@ -55,5 +55,4 @@ deploy:
- master
- /v?(\d+\.)?(\d+\.)?(\*|\d+)$/
user: thouska
password : ${deploying}
skip_existing: true
password : ${deploying}

0 comments on commit 8b0e9fe

Please sign in to comment.