cher-nov / cryptg

Official Telethon extension to provide much faster cryptography for Telegram API requests.
https://pypi.org/project/cryptg/
Creative Commons Zero v1.0 Universal
75 stars 24 forks source link

v0.5.0 manylinux aarch64 wheels are missing on PyPI #43

Closed Rongronggg9 closed 1 week ago

Rongronggg9 commented 1 week ago

https://pypi.org/project/cryptg/0.5.0/#files

I noticed that the corresponding build job was canceled manually. Was there anything wrong?

Lonami commented 1 week ago

Same thing as https://github.com/cher-nov/cryptg/issues/29#issuecomment-1751995882 (I think I made a similar comment more recently, but I can't find it right now).

Rongronggg9 commented 1 week ago

Oops, I overlooked the error. Thanks for the clarification.

I randomly looked into two time-out build jobs. They were both stuck at the same stage ("Compiling pyo3-macros v0.22.3"). I have no idea about the weird phenomenon.

BTW, pyo3 v0.22.3 (cryptg v0.5.0 depends on it strictly) has been yanked and I noticed that #41 had been merged to bump it to v0.22.4[^1]. Does it deserve a "post" release (i.e., v0.5.0.post0)? Since the failure has disappeared in recent workflow runs, such a release may succeed in building.

[^1]: pyo3 v0.22.5 has been released after that.

Lonami commented 1 week ago

Should be good in https://pypi.org/project/cryptg/0.5.0.post0/#files now. Thanks for the ping!