upload hangs at 7 or 9%
OS version
Windows 7
Python version
Python 3.8.9
Pip version
pip 22.2.2
Guide link
https://packaging.python.org/en/latest/tutorials/packaging-projects/#uploading-the-distribution-archives
Problem description
I tried different commands, but upload process hangs at 7 or 9 %: py -m twine upload --repository testpypi dist/* python -m twine upload --verbose --repository testpypi dist/* python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/example_package_gelst-0.0.1.tar.gz python -m twine upload --verbose --repository testpypi dist/example_package_gelst-0.0.1.tar.gz
Error message
No response
@gelst13 It sounds like you may either have a poor internet connection (so the upload connection is dropping without failing) or you may be uploading very large files (perhaps unnaturally large). How large is the file in dist/ (cmd /c dir dist)?