Skip to content

Commit 845f675

Browse files
author
rthomas
committed
Clean
1 parent f5d152e commit 845f675

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ deploy:
128128
provider: GitHub
129129
auth_token:
130130
secure: FU9CGrZ1lm0VDHUZg6zvTL4tidluDvRegVUTehCRo2xgiOv6NZePi7TdSy5CsOdG
131-
artifact: sdk;python-src;python-egg
131+
artifact: sdk;python-wheel
132132
draft: false
133133
prerelease: false
134134
force_update: true

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,6 @@ deploy:
215215
- ${TRAVIS_BUILD_DIR}/build/*.tar.gz
216216
skip_cleanup: true
217217
on:
218-
branch: master
219-
#tags: true
218+
#branch: master
219+
tags: true
220220

0 commit comments

Comments
 (0)