lidavidm commented on code in PR #292:
URL: https://github.com/apache/arrow-adbc/pull/292#discussion_r1059148173


##########
.github/workflows/packaging.yml:
##########
@@ -75,12 +141,18 @@ jobs:
       - name: Build and test
         shell: bash
         run: |
-          docker-compose run docs
+          pushd adbc
+          docker-compose run \
+            -e SETUPTOOLS_SCM_PRETEND_VERSION=${VERSION} \

Review Comment:
   `0.1.0 (dev)` (or SNAPSHOT) is fine - the post release process will bump it 
to `0.2.0 (dev)`



-- 
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]

Reply via email to