jorisvandenbossche opened a new issue, #427: URL: https://github.com/apache/arrow-nanoarrow/issues/427
We already build python wheels every commit on main (plus weekly): https://github.com/apache/arrow-nanoarrow/blob/main/.github/workflows/python-wheels.yaml It would be nice to upload them to a PyPI index to allow for easier testing, similarly as we do for pyarrow (https://arrow.apache.org/docs/dev/developers/python.html#installing-nightly-packages) For Arrow, it seems this upload happens through `github_upload_gemfury` macro: https://github.com/apache/arrow/blob/b842b530d14a752697f4283c33f16f2f293713ff/dev/tasks/macros.jinja#L147-L181 I suppose we can more or less copy this approach, which would require setting up an equivalent of `CROSSBOW_GEMFURY_TOKEN` secret for this repo. -- 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]
