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
We just migrated github3.py to using hatch and I was not lucky trying to publish after build:
% hatch build
[sdist]
dist/github3_py-4.0.0.tar.gz
[wheel]
dist/github3_py-4.0.0-py3-none-any.whl
% hatch publish
Enter your username: user
Enter your credentials:
dist/github3_py-4.0.0-py3-none-any.whl ... failed
Error uploading to repository: https://upload.pypi.org/legacy/ - Client error '400 Start filename for 'github3.py' with 'github3.py'.' for url 'https://upload.pypi.org/legacy/'
For more information check: https://httpstatuses.com/400
Error message didn't help me much, any idea what might be the issue?