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

Commit ca2a09b

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

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

appveyor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ environment:
1212
global:
1313
# Remember to edit .travis.yml too
1414
BUILD_COMMIT: 620d2b5acc8063835959525e6a9ecc8269e2d57b
15-
WHEELHOUSE_UPLOADER_USERNAME: travis-worker
16-
WHEELHOUSE_UPLOADER_SECRET:
17-
secure:
18-
9s0gdDGnNnTt7hvyNpn0/ZzOMGPdwPp2SewFTfGzYk7uI+rdAN9rFq2D1gAP4NQh
1915

2016
matrix:
2117

@@ -119,11 +115,15 @@ after_test:
119115
# If tests are successful, create binary packages for the project.
120116
- dir dist
121117

122-
on_success:
123-
# Upload the generated wheel package to Rackspace
124-
# On Windows, Apache Libcloud cannot find a standard CA cert bundle so we
125-
# disable the ssl checks.
126-
- pip install wheelhouse-uploader
127-
- python -m wheelhouse_uploader upload
128-
--local-folder=dist --no-update-index
129-
wheels
118+
deploy:
119+
- release: $(BUILD_COMMIT)
120+
- description: 'Cython $(BUILD_COMMIT)'
121+
- provider: GitHub
122+
- auth_token:
123+
secure: gIuGypw8TomOL2eG8qqZsICAoSZV0pQMK6BOO8HbQc6bPiKgTnf2kdrTKBvRCdCZ
124+
- artifact: dist/*.whl
125+
- draft: false
126+
- prerelease: false
127+
- on:
128+
#branch: release # release from this branch only
129+
APPVEYOR_REPO_TAG: true # deploy on tag push only

0 commit comments

Comments
 (0)