[ https://issues.apache.org/jira/browse/THRIFT-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17815464#comment-17815464 ]
Yuxuan Wang edited comment on THRIFT-5688 at 2/8/24 7:42 PM: ------------------------------------------------------------- OK, I'm testing with https://github.com/apache/thrift/pull/2927, which published to https://test.pypi.org/project/thrift-test/. People can test that with {code:java} pip install -i https://test.pypi.org/simple/ thrift-test {code} -I _think_ this version only publishes pure python package (does not include any fastbinary c extensions), so there might be some performance issues, but it should be a good start.- My understanding is the c extension is built when you pip install it so it's not needed when publishing to pypi. this should be good enough. was (Author: fishywang): OK, I'm testing with https://github.com/apache/thrift/pull/2927, which published to https://test.pypi.org/project/thrift-test/. People can test that with {code:java} pip install -i https://test.pypi.org/simple/ thrift-test {code} I _think_ this version only publishes pure python package (does not include any fastbinary c extensions), so there might be some performance issues, but it should be a good start. > Publish python package to pypi for recent releases > -------------------------------------------------- > > Key: THRIFT-5688 > URL: https://issues.apache.org/jira/browse/THRIFT-5688 > Project: Thrift > Issue Type: Bug > Components: Python - Library > Affects Versions: 0.17.0, 0.18.0, 0.18.1 > Reporter: Yuxuan Wang > Assignee: Yuxuan Wang > Priority: Major > Time Spent: 40m > Remaining Estimate: 0h > > Currently the latest version published to pypi is 0.16.0: > https://pypi.org/project/thrift/#history > We probably should update the release runbook regarding this step, and also > publish 0.17.0, 0.18.0 and 0.18.1 to pypi. -- This message was sent by Atlassian Jira (v8.20.10#820010)