Skip to content

Commit fa84b3b

Browse files
authored
also upload tar.gz
1 parent 0828a7b commit fa84b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- python -m cibuildwheel --output-dir wheelhouse
8989
- python setup.py sdist
9090
after_success:
91-
- if [[ $TRAVIS_TAG ]]; then python -m twine upload wheelhouse/*; fi
91+
- if [[ $TRAVIS_TAG ]]; then python -m twine upload wheelhouse/*; python -m twine upload dist/*.tar.gz; fi
9292
before_install:
9393
- pip install --upgrade pip
9494
- pip install --upgrade setuptools

0 commit comments

Comments
 (0)