MacOS 11 PyPI publish fails consistently for 3.13 and 3.14 #2786
Unanswered
ChristopherRabotin
asked this question in
Q&A
Replies: 1 comment
-
|
Sorry for the late reply, you can try to run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm at a loss... nearly every time I try to release my Python library with maturin, one of the packages is refused by PyPI, which causes me to spend hours trying to fix a release. I've tried switching to
uvbut that also does not work.Today's issue is with the MacOS 11 Python 3.13 builds.
zstdcompression was an error because zstd is not supported by PyPI ... I had switched to the no compression approach because the compression was repeatedly corrupted back in August.What can I do here? I'm on my fifth attempt in two hours to release the Python package ... is this a PEBKAC? Or is this PyPI changing its accepted formats regularly? Or is it maturin being unstable for MacOS releases?
Any hint is appreciated, thanks
Beta Was this translation helpful? Give feedback.
All reactions