chaokunyang opened a new issue, #2480: URL: https://github.com/apache/fory/issues/2480
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version main ### Component(s) Python ### Minimal reproduce step ``` pip install pyfory -i http://test.pypi.org/simple/ --trusted-host test.pypi.org --no-cache-dir ``` Name like `pyfory-0.12.0a1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl` won't work: https://test-files.pythonhosted.org/packages/ab/4b/302f02fe781b727446250841b15a93e805ab3b3881fcd68a179622125e1c/pyfory-0.12.0a1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl Name like `pyfury-0.10.2-cp310-cp310-manylinux1_x86_64.whl` will work: https://files.pythonhosted.org/packages/9e/41/5a97ae7714152354743ccd2b005b503d095a8c63ef54345025dc4aa77b56/pyfury-0.10.2-cp310-cp310-manylinux1_x86_64.whl ### What did you expect to see? install suceed ### What did you see instead? ``` $pip install pyfory -i http://test.pypi.org/simple/ --trusted-host test.pypi.org --no-cache-dir Looking in indexes: http://test.pypi.org/simple/ ERROR: Could not find a version that satisfies the requirement pyfory (from versions: none) ERROR: No matching distribution found for pyfory ``` ### Anything Else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
