Skip to content

Commit aa67334

Browse files
committed
BLD: fix dist glob for uploading to pypi
1 parent 538a29d commit aa67334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/publish_pypi_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ echo 'Uploading files to PyPi...'
1010
twine upload \
1111
--username kcjengr \
1212
--password $PYPI_PASS \
13-
'dist/qtpyvcp*.tar.gz'
13+
'dist/probe_basic*.tar.gz'

0 commit comments

Comments
 (0)