rdblue commented on code in PR #8722:
URL: https://github.com/apache/iceberg/pull/8722#discussion_r1347814726
##########
.github/workflows/python-release.yml:
##########
@@ -51,7 +51,7 @@ jobs:
- name: Set version
run: python -m poetry version "${{ inputs.version }}"
working-directory: ./python
- if: "${{ github.event.inputs.version != 'master' }}"
+ if: "${{ github.event.inputs.version != 'main' }}"
Review Comment:
This is going to break CI? Is there a way one of the committers can commit
this and change the main branch themselves to avoid affecting ongoing PRs?
--
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]