Fokko commented on code in PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#discussion_r1938560759
########## .github/workflows/python-release.yml: ########## @@ -17,29 +17,192 @@ # under the License. # -name: "Python Release" +name: "Python Build Release Candidate" on: + push: + tags: + # Trigger this workflow when tag follows the versioning format: pyiceberg-<major>.<minor>.<patch>rc<release_candidate> + # Example valid tags: pyiceberg-0.8.0rc2, pyiceberg-1.0.0rc1 Review Comment: 👍 In line with the current tags: https://github.com/apache/iceberg-python/tags -- 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