kevinjqliu commented on PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#issuecomment-2643370860
Thanks for your help here @Fokko I [trigger the job manually on this repo](https://github.com/apache/iceberg-python/actions/runs/13203410879) and its now on testpypi! https://test.pypi.org/project/pyiceberg/#history since we're using `.dev`, its marked as pre-release. in order to use it we have to specific `--pre` ``` pip install --index-url https://test.pypi.org/simple/ --pre pyiceberg ``` -- 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]
