Skip to content

Commit

Permalink
Merge pull request #189 from FCS-analysis/develop
Browse files Browse the repository at this point in the history
1.1.3
  • Loading branch information
paulmueller authored Jul 22, 2018
2 parents 32a7c40 + a4c5e10 commit 0bec5bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ deploy:
secure: "K11y6w6bw8pu1iCTXCSnZJ7H++aU4dud/qOl962SvI+LV+qn4JNQQ+MtD90p6RFejjQyZZF5xCuupVwwIyHDNJjauBmzrn7M4gPyKpoEyTPhh1ZVBlY5AK8CNUzMjaV6xNZwm4abSp+eJ+RE1JMdJNqH2H5urlpYfwqhOMCBa4U="
on:
tags: true
distributions: ""
skip_cleanup: true

skip_existing: true
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ artifacts:
- path: Output\*

on_success:
- cmd: "if [%APPVEYOR_REPO_TAG%]==[true] twine upload dist\\*.whl"
- cmd: "if [%APPVEYOR_REPO_TAG%]==[true] twine upload dist\\*.tar.gz || exit 0"
- cmd: "if [%APPVEYOR_REPO_TAG%]==[true] twine upload --skip-existing dist\\*.whl"
- cmd: "if [%APPVEYOR_REPO_TAG%]==[true] twine upload --skip-existing dist\\*.tar.gz"

deploy:
provider: GitHub
Expand Down

0 comments on commit 0bec5bf

Please sign in to comment.