File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -127,17 +127,14 @@ script:
127127# --no-update-index
128128# wheels
129129
130+ # upload to github
130131deploy :
131- release : $(BUILD_COMMIT)
132- description : ' netcdf4-python $(BUILD_COMMIT)'
133- provider : GitHub
134- auth_token :
132+ provider : releases
133+ api_key :
135134 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=
135+ file_glob : true
136+ file : " ${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/*.whl"
137+ skip_cleanup : true
138+ on :
139+ repo : MacPython/netcdf4-python-wheels
140+ tags : true
You can’t perform that action at this time.
0 commit comments