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, thanks for the issue. Looks like this is ultimately due to a bug in setuptools (pypa/setuptools#4797) but we should be producing a reasonable error message here. We're looking into it, in the meantime you can pin back your setuptools version here to setuptools<=75.7.0.
Not currently validated by `packaging` library.
Provides the user a better error message than a 500 response.
Fixes: pypi#17389
Signed-off-by: Mike Fiedler <[email protected]>
Describe the bug
My github action for automatically uploading my project to PyPi used to work (Oct/Nov). However, it now produces the error
HTTPError: 500 Internal Server Error
https://github.com/ISISMuon/MuonDataLib/actions/runs/12713026079/job/35440721845?pr=37I updated the upload/download versions as part of a PR, but I cannot see why my workflow is failing.
Expected behavior
I expect the workflow to publish the package on PyPi
To Reproduce
https://github.com/ISISMuon/MuonDataLib/blob/42afbc12acf7d953985ee5c288e0b2325201f39e/.github/workflows/merge.yml is the file in the PR https://github.com/ISISMuon/MuonDataLib/pull/37/files#diff-bdb37b2ad65e049a0fc043e88813fdcf7ca0118abc11d99bbda676adfcbbb5a1
My Platform
Additional context
The text was updated successfully, but these errors were encountered: