amoeba opened a new pull request, #4585: URL: https://github.com/apache/arrow-adbc/pull/4585
This PR makes the filenames of our driver manager wheel nightlies consistent. While nightlies are not official project artifacts and users should never depend on them, it's nice to make them a bit easier to use. As noticed in https://github.com/apache/arrow-adbc/issues/4578, the manylinux wheels for the driver manager use a `.dev0` prefix whereas all other wheels just use the MAJOR.MINOR.PATCH. The driver manager manylinux wheels are special in that they go through cibuildwheel and cibuildwheel uses an inner container for its build. To get a consistent version, we need let cibuildwheel pass `SETUPTOOLS_SCM_PRETEND_VERSION` into the container. -- 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]
