Skip to content

Commit 96f3672

Browse files
committed
fix upload to github
1 parent 1c66ed1 commit 96f3672

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.travis.yml

+9-12
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,14 @@ script:
127127
# --no-update-index
128128
# wheels
129129

130+
# upload to github
130131
deploy:
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

0 commit comments

Comments
 (0)