Skip to content

Commit d9d3fd8

Browse files
authored
Merge pull request #15 from tylerjereddy/treddy-disable-rackspace
MAINT: disable rackspace uploads
2 parents 31de412 + d51c37f commit d9d3fd8

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ script:
9292
after_success:
9393
# Upload libraries to Rackspace container
9494
- 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

appveyor.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ on_success:
6565
# disable the ssl checks.
6666
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
6767
- 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

0 commit comments

Comments
 (0)