mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
Merge branch 'pypi_bugfix' of https://github.com/crazyscientist/osc
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")
This commit is contained in:
commit
a6012b92b3
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user