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
Hi I am unable to publish my Python library to PyPI using the latest version of hatch and I think the issue is related to the version of the package metadata (2.3 vs 2.4) - any help would be appreciated
but I am seeing this error when I try to publish to PyPI
$ hatch publish
dist/celldega-0.4.1-py2.py3-none-any.whl ... failed
Error uploading to repository: https://upload.pypi.org/legacy/ - Client error '400 license-file introduced in metadata version 2.4, not 2.3. See https://packaging.python.org/specifications/core-metadata for more information.' for url 'https://upload.pypi.org/legacy/'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400
Hi I am unable to publish my Python library to PyPI using the latest version of hatch and I think the issue is related to the version of the package metadata (2.3 vs 2.4) - any help would be appreciated
Running hatch build works
but I am seeing this error when I try to publish to PyPI
My project.toml looks like this
and the PKG-INFO looks like this
The text was updated successfully, but these errors were encountered: