We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d152e commit 845f675Copy full SHA for 845f675
.appveyor.yml
@@ -128,7 +128,7 @@ deploy:
128
provider: GitHub
129
auth_token:
130
secure: FU9CGrZ1lm0VDHUZg6zvTL4tidluDvRegVUTehCRo2xgiOv6NZePi7TdSy5CsOdG
131
- artifact: sdk;python-src;python-egg
+ artifact: sdk;python-wheel
132
draft: false
133
prerelease: false
134
force_update: true
.travis.yml
@@ -215,6 +215,6 @@ deploy:
215
- ${TRAVIS_BUILD_DIR}/build/*.tar.gz
216
skip_cleanup: true
217
on:
218
- branch: master
219
- #tags: true
+ #branch: master
+ tags: true
220
0 commit comments