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

Commit 523b821

Browse files
committed
Upload to Github releases instead of rackcdn.
See GH-3.
1 parent f26069d commit 523b821

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@ install:
112112
script:
113113
- PATH=${PATH}:/Library/Frameworks/Python.framework/Versions/${MB_PYTHON_VERSION}/bin install_run $PLAT
114114

115-
after_success:
116-
# Upload wheels to Rackspace container
117-
- pip install wheelhouse-uploader
118-
- python -m wheelhouse_uploader upload --local-folder
119-
${TRAVIS_BUILD_DIR}/wheelhouse/
120-
$UPLOAD_ARGS
121-
$CONTAINER
115+
deploy:
116+
provider: releases
117+
api_key:
118+
secure: KvDNzF0BiR2ExM4+Ab0m0xEbuVIvTCKyWZdUBt8zSOH6x+wva2lAuWGX3JJV45tzmo6qTk6kxTk0pm5hmWDeYRNnCl+Gub8PpAsFciBtj8wfLfqBXfJdX/C7LDIAnyyIXcnrsEOGa4yOfTZpmimQSMUUhaPDoSI8IBPypA/mSNo=
119+
file: "${TRAVIS_BUILD_DIR}/wheelhouse/*.whl"
120+
on:
121+
repo: MacPython/cython-wheels
122+
skip_cleanup: 'true'

0 commit comments

Comments
 (0)