We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0828a7b commit fa84b3bCopy full SHA for fa84b3b
.travis.yml
@@ -88,7 +88,7 @@ jobs:
88
- python -m cibuildwheel --output-dir wheelhouse
89
- python setup.py sdist
90
after_success:
91
- - if [[ $TRAVIS_TAG ]]; then python -m twine upload wheelhouse/*; fi
+ - if [[ $TRAVIS_TAG ]]; then python -m twine upload wheelhouse/*; python -m twine upload dist/*.tar.gz; fi
92
before_install:
93
- pip install --upgrade pip
94
- pip install --upgrade setuptools
0 commit comments