Skip to content

Commit

Permalink
Merge branch 'pypi_bugfix' of https://github.com/crazyscientist/osc
Browse files Browse the repository at this point in the history
Workaround/fix for pypi deployment via travis.

Note: I cannot really "review" this change because I have no clue about
travis. Since the current pypi deployment via travis does not seem to
work, merging it does not seem to be a problem.

Probably fixes: #884 ("osc pypi artifact is not up to date")
  • Loading branch information
marcus-h committed Dec 28, 2020
2 parents 6104560 + dba77a3 commit a6012b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ before_deploy:
- rm -rf $TRAVIS_BUILD_DIR/dist/*
deploy:
provider: pypi
skip_existing: true
skip_cleanup: true
user: suse
password:
secure: R4+YNPW2tsiY06hibGvONYn0//1z1QdcY8VmNbYpIRly4eTAbPE9uejKpyuflUkznpEkoqCdFzi5FNFhgat9N+AkIKyX9NTkf0oxaKKbdqBM7H1V8bqLYlAO479262spRyO0ee5fV5v6g81AFjncIV+pGjtQ0Vg/sjVcvGa61bs=
Expand Down

0 comments on commit a6012b9

Please sign in to comment.