-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bug 🐛requires triagingmaintainers need to do initial inspection of issuemaintainers need to do initial inspection of issue
Description
Describe the bug
While uploading two new releases for bpy
, we seem to be hitting the following error:
WARNING Received "500: Internal Server Error"
Package upload appears to have failed. Retry 3 of 5.
Uploading bpy-4.5.3-cp311-cp311-win_amd64.whl
Expected behavior
As with previous uploads, I'd expect:
INFO Response from https://upload.pypi.org/legacy/:
200 OK
INFO <html>
<head>
<title>200 OK</title>
</head>
<body>
<h1>200 OK</h1>
<br/><br/>
</body>
</html>
To Reproduce
- Create release
- Upload release to PyPI:
twine upload --verbose --non-interactive /home/blender/git/blender-v450/build_package/bpy-4.5.3-cp311-cp311-manylinux_2_28_x86_64.whl /home/blender/git/blender-v450/build_package/bpy-4.5.3-cp311-cp311-macosx_11_0_arm64.whl /home/blender/git/blender-v450/build_package/bpy-4.5.3-cp311-cp311-win_arm64.whl /home/blender/git/blender-v450/build_package/bpy-4.5.3-cp311-cp311-macosx_11_0_x86_64.whl /home/blender/git/blender-v450/build_package/bpy-4.5.3-cp311-cp311-win_amd64.whl
My Platform
twine --version
twine version 6.2.0 (keyring: 25.6.0, packaging: 25.0, requests: 2.32.5, requests-toolbelt: 1.0.0,
urllib3: 2.5.0, id: 1.5.0, importlib-metadata: 8.7.0)
Additional context
The full log: https://builder.blender.org/admin/#/builders/311/builds/4/steps/4/logs/stdio
Metadata
Metadata
Assignees
Labels
bug 🐛requires triagingmaintainers need to do initial inspection of issuemaintainers need to do initial inspection of issue