Skip to content

Commit

Permalink
CI: appveyor do not use wheelhouse_uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Riddell committed Nov 6, 2015
1 parent cb958c9 commit 27034cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ environment:
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\continuous_integration\\appveyor\\run_with_env.cmd"
WHEELHOUSE_UPLOADER_USERNAME: lda-worker
WHEELHOUSE_UPLOADER_SECRET:
secure: qN7Dwv5Z8GM8yurirfjBaxcrxsJOz7xbwwJSor4YcknMGZFXpRp1U8S0rv//edTn

matrix:

Expand Down Expand Up @@ -105,9 +102,3 @@ after_test:
artifacts:
# Archive the generated packages in the ci.appveyor.com build report.
- path: dist\*

on_success:
# Upload the generated wheel package to Rackspace
# On Windows, Apache Libcloud cannot find a standard CA cert bundle so we
# disable the ssl checks.
- IF %APPVEYOR_REPO_TAG% == true ( "%CMD_IN_ENV% python -m wheelhouse_uploader upload --no-ssl-check --region=iad --local-folder=dist wheels" )
1 change: 0 additions & 1 deletion continuous_integration/appveyor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ numpy==1.9.3
scipy==0.16.1
nose
wheel
wheelhouse_uploader>=0.5,<1.0

0 comments on commit 27034cd

Please sign in to comment.