jbonofre commented on code in PR #8722: URL: https://github.com/apache/iceberg/pull/8722#discussion_r1355110756
########## .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: I rebased to remove the python resources (as they are now on `iceberg-python` 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org