Hi,
I’m trying to upload a new version of a library where I’m the owner (https://pypi.org/manage/project/pymodis/) but I get a strange error. It seems related to the library name but I don’t know what to do…
twine upload --verbose dist/*
INFO Using configuration from /home/lucadelu/.pypirc
Uploading distributions to https://upload.pypi.org/legacy/
INFO dist/pyModis-2.4.1.linux-x86_64.tar.gz (116.4 KB)
INFO username set from config file
INFO password set from config file
INFO username: __token__
INFO password: <hidden>
Uploading pyModis-2.4.1.linux-x86_64.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.1/125.1 kB • 00:00 • 583.1 kB/s
INFO Response from https://upload.pypi.org/legacy/:
400 Start filename for 'pyModis' with 'pymodis'.
INFO <html>
<head>
<title>400 Start filename for 'pyModis' with 'pymodis'.</title>
</head>
<body>
<h1>400 Start filename for 'pyModis' with 'pymodis'.</h1>
The server could not comply with the request since it is either
malformed or otherwise incorrect.<br/><br/>
Start filename for 'pyModis' with 'pymodis'.
</body>
</html>
ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
Start filename for 'pyModis' with 'pymodis'.