File tree 1 file changed +22
-7
lines changed
1 file changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,25 @@ install:
119
119
script :
120
120
- install_run $PLAT
121
121
122
- after_success :
123
- # Upload wheels to Rackspace container
124
- - pip install wheelhouse-uploader
125
- - python -m wheelhouse_uploader upload --local-folder
126
- ${TRAVIS_BUILD_DIR}/wheelhouse/
127
- --no-update-index
128
- wheels
122
+ # after_success:
123
+ # # Upload wheels to Rackspace container
124
+ # - pip install wheelhouse-uploader
125
+ # - python -m wheelhouse_uploader upload --local-folder
126
+ # ${TRAVIS_BUILD_DIR}/wheelhouse/
127
+ # --no-update-index
128
+ # wheels
129
+
130
+ deploy :
131
+ release : $(BUILD_COMMIT)
132
+ description : ' netcdf4-python $(BUILD_COMMIT)'
133
+ provider : GitHub
134
+ auth_token :
135
+ secure : RO/s+OINpPVbAjgiIsXBa0wVOJSv142TIOEsPJ6nAIxsfvKiqRm7+2B1BENVFyu3m5hwg8WUDQauhe1emP2LDhGKrPw+yBwMc5bGalEYVeSVBI/by57VSyKGSNilOBkkzjtLJSts2HauHDkQaaQPU3UsIP+fQpppfYLvShHbp9A=
136
+ artifact : dist/*.whl
137
+ draft : false
138
+ prerelease : false
139
+ # on:
140
+ # branch: release # release from this branch only
141
+ # APPVEYOR_REPO_TAG: true # deploy on tag push only
142
+ # api-key:
143
+ # secure: RO/s+OINpPVbAjgiIsXBa0wVOJSv142TIOEsPJ6nAIxsfvKiqRm7+2B1BENVFyu3m5hwg8WUDQauhe1emP2LDhGKrPw+yBwMc5bGalEYVeSVBI/by57VSyKGSNilOBkkzjtLJSts2HauHDkQaaQPU3UsIP+fQpppfYLvShHbp9A=
You can’t perform that action at this time.
0 commit comments