This repository was archived by the owner on Feb 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ environment:
12
12
global :
13
13
# Remember to edit .travis.yml too
14
14
BUILD_COMMIT : 620d2b5acc8063835959525e6a9ecc8269e2d57b
15
- WHEELHOUSE_UPLOADER_USERNAME : travis-worker
16
- WHEELHOUSE_UPLOADER_SECRET :
17
- secure :
18
- 9s0gdDGnNnTt7hvyNpn0/ZzOMGPdwPp2SewFTfGzYk7uI+rdAN9rFq2D1gAP4NQh
19
15
20
16
matrix :
21
17
@@ -119,11 +115,15 @@ after_test:
119
115
# If tests are successful, create binary packages for the project.
120
116
- dir dist
121
117
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
You can’t perform that action at this time.
0 commit comments