File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,9 @@ script:
92
92
after_success :
93
93
# Upload libraries to Rackspace container
94
94
- pip install wheelhouse-uploader
95
- - python -m wheelhouse_uploader upload --local-folder
96
- ${TRAVIS_BUILD_DIR}/libs/
97
- --no-update-index
98
- wheels
95
+ # Now disabled because we have lost free
96
+ # services with Rackspace
97
+ # - python -m wheelhouse_uploader upload --local-folder
98
+ # ${TRAVIS_BUILD_DIR}/libs/
99
+ # --no-update-index
100
+ # wheels
Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ on_success:
65
65
# disable the ssl checks.
66
66
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
67
67
- pip install wheelhouse-uploader
68
- - python -m wheelhouse_uploader upload
69
- --no-ssl-check --local-folder=builds
70
- --no-update-index
71
- wheels
68
+ # Now disabled because we have lost free
69
+ # services with Rackspace
70
+ # - python -m wheelhouse_uploader upload
71
+ # --no-ssl-check --local-folder=builds
72
+ # --no-update-index
73
+ # wheels
You can’t perform that action at this time.
0 commit comments