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

MAINT: appveyor conda.org uploads #74

Merged
merged 1 commit into from
May 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,11 @@ after_test:
- C:\cygwin\bin\du -hs "%LOCALAPPDATA%\pip\Cache"

on_success:
# Upload the generated wheel package to Rackspace
# Upload the generated wheel package to anaconda.org
# SCIPY_STAGING_UPLOAD_TOKEN is an encrypted variable
# used in Appveyor CI config, originally created at
# multibuild-wheels-staging site
- cd ..\scipy
- pip install wheelhouse-uploader
# disable uploads because we have lost free hosting
# with Rackspace:
#- python -m wheelhouse_uploader upload
# --local-folder=dist
# %UPLOAD_ARGS%
# %CONTAINER%
- cmd: set ANACONDA_ORG="multibuild-wheels-staging"
- pip install git+https://github.com/Anaconda-Server/anaconda-client
- IF NOT "%SCIPY_STAGING_UPLOAD_TOKEN%" == "" anaconda -t %SCIPY_STAGING_UPLOAD_TOKEN% upload --force -u %ANACONDA_ORG% "%APPVEYOR_BUILD_FOLDER%/wheelhouse/*.whl"