Skip to content

Commit 1c66ed1

Browse files
committed
try uploading to github
1 parent 74e316c commit 1c66ed1

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

.travis.yml

+22-7
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,25 @@ install:
119119
script:
120120
- install_run $PLAT
121121

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=

0 commit comments

Comments
 (0)