paleolimbot commented on code in PR #442:
URL: https://github.com/apache/arrow-nanoarrow/pull/442#discussion_r1577042773
##########
.github/workflows/python-wheels.yaml:
##########
@@ -49,6 +51,11 @@ jobs:
run: |
pip install build twine
+ - name: Set nanoarrow Python dev version
+ # if: github.ref == 'refs/heads/main'
Review Comment:
Good catch! It was to make sure this worked in the PR; however, we don't
want the dev version modified when we create the release branch or it will
clobber the release version.
--
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]