Skip to content

Commit 42105d8

Browse files
authored
Merge pull request #2360 from bastimeyer/travisci-deploy-wheels
TravisCI: don't publish wheels on Github releases
2 parents 9567b81 + dd5ad67 commit 42105d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ deploy:
6666
- provider: releases
6767
api_key: "${RELEASES_API_KEY}"
6868
file: "${STREAMLINK_INSTALLER_DIST_DIR}/streamlink-${TRAVIS_TAG}.exe"
69-
file_glob: true
7069
skip_cleanup: true
7170
on:
7271
tags: true
@@ -97,7 +96,7 @@ deploy:
9796
repo: streamlink/streamlink
9897
- provider: releases
9998
api_key: "${RELEASES_API_KEY}"
100-
file: "${STREAMLINK_DIST_DIR}/streamlink-${TRAVIS_TAG}*"
99+
file: "${STREAMLINK_DIST_DIR}/streamlink-${TRAVIS_TAG}.tar.gz{,.asc}"
101100
file_glob: true
102101
skip_cleanup: true
103102
on:

0 commit comments

Comments
 (0)