You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis is only uploading a source tarball, not the bdist_wheel tarball, to PyPI. That means when I release a version I wait for Travis to do its thing, check PyPI, sigh, and locally python setup.py sdist bdist_wheel && twine upload dist/*.whl.
The text was updated successfully, but these errors were encountered:
Travis is only uploading a source tarball, not the bdist_wheel tarball, to PyPI. That means when I release a version I wait for Travis to do its thing, check PyPI, sigh, and locally
python setup.py sdist bdist_wheel && twine upload dist/*.whl
.The text was updated successfully, but these errors were encountered: