Closed
Description
Is your feature request related to a problem? Please describe.
Publish the python binding (tpchgen-cli
) to pypi
Describe the solution you'd like
Now that #121 is merged, lets do the following as pre-req so we can safely publish to pypi:
- Test publishing to testpypi from main repo; the github action is currently pointing to testpypi
- Change python library
version
to a new version and push to testpypi (PR: [feat] pyproject use cargo version #136) - Remove maturin repo url pointing to testpypi (PR: [feat] publish to pypi #134)
- (nice to have) Fix
tpchgen-cli
's README [BUG] tpchgen-cli's README no longer points to the workspace README #130 (PR: Fix uptpchgen-cli
's README #133) - Add "pending publisher" on pypi
After everything is done above, trigger github action again to publish to pypi.