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
I wanted to upload my updated project ForeTiS. I linked the GitHub repository for insights in my files. After rebuilding the package with python3 -m build and uploading the package with python3 -m twine upload dist/*, I receive the following output/error:
Uploading distributions to https://upload.pypi.org/legacy/
ERROR InvalidDistribution: Invalid distribution metadata: unrecognized or malformed field 'license-file'
I do not understand this error message and why the uploading does not work. I reset all changes I did and still the problem exists, even though the uploading works some time ago with the identical content of the files. Therefore I assume it's a version issue of some packages, but I do not know which. Here is the output of executing pip3 list --local:
Problem description
I wanted to upload my updated project
ForeTiS
. I linked the GitHub repository for insights in my files. After rebuilding the package withpython3 -m build
and uploading the package withpython3 -m twine upload dist/*
, I receive the following output/error:I do not understand this error message and why the uploading does not work. I reset all changes I did and still the problem exists, even though the uploading works some time ago with the identical content of the files. Therefore I assume it's a version issue of some packages, but I do not know which. Here is the output of executing
pip3 list --local
:The text was updated successfully, but these errors were encountered: