Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #67 from tylerjereddy/treddy-disable-rack-uploads
Browse files Browse the repository at this point in the history
MAINT: disable rackspace uploads
  • Loading branch information
pv authored Feb 11, 2020
2 parents c87ddf4 + b81cc44 commit 9da5817
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ after_success:
# Upload may not work for Python 3.7:
# https://github.com/ogrisel/wheelhouse-uploader/issues/27
- pip install wheelhouse-uploader
- travis_wait python -m wheelhouse_uploader upload --local-folder
${TRAVIS_BUILD_DIR}/wheelhouse/
$UPLOAD_ARGS
$CONTAINER
# disable uploads because we have lost free hosting
# with Rackspace:
#- travis_wait python -m wheelhouse_uploader upload --local-folder
# ${TRAVIS_BUILD_DIR}/wheelhouse/
# $UPLOAD_ARGS
# $CONTAINER
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,9 @@ on_success:
# Upload the generated wheel package to Rackspace
- cd ..\scipy
- pip install wheelhouse-uploader
- python -m wheelhouse_uploader upload
--local-folder=dist
%UPLOAD_ARGS%
%CONTAINER%
# disable uploads because we have lost free hosting
# with Rackspace:
#- python -m wheelhouse_uploader upload
# --local-folder=dist
# %UPLOAD_ARGS%
# %CONTAINER%

0 comments on commit 9da5817

Please sign in to comment.