-
Notifications
You must be signed in to change notification settings - Fork 324
Description
Your Environment
-
Your operating system: Debian
-
Version of python you are running: 3.9
-
How did you install twine? pip
-
Version of twine you have installed (include complete output of):
twine version 3.4.1 (importlib_metadata: 4.5.0, pkginfo: 1.7.0, requests: 2.25.1, requests-toolbelt: 0.9.1, tqdm: 4.61.1) -
Which package repository are you targeting? https://test.pypi.org/project/model_card_toolkit
If you're having issues uploading a specific package, you must include a copy of the following:
- The package's
PKG-INFOfile - A redacted version of your
.pypircfile (REMOVE ALL USERNAMES & PASSWORDS BEFORE UPLOADING)
PKG-INFO: https://gist.github.com/shuklak13/0150db1afcbd11e531e3f365b4e3a662
.pypirc: I did not find a .pypirc in my environment or my project.
The Issue
When executing python3 -m twine upload --repository testpypi dist/*, the message Uploading distributions to https://test.pypi.org/legacy/ will display. The terminal then hangs, and does not display any further prompts. I manually killed it after one hour.
Steps to Reproduce
This issue occurs when I run the following commands:
python3 setup.py sdist bdist_wheelpython3 -m twine upload --repository testpypi dist/*