kevinjqliu opened a new pull request, #1391: URL: https://github.com/apache/iceberg-python/pull/1391
This PR changes `.github/workflows/python-release.yml` to build the artifacts for both svn and pypi. * Add required input fields for `version` and `rc` * Validate input format and current library version * Changed `actions/checkout@v4` `fetch-depth` from `0` to `1` to fetch only a single commit (fetch-depth 0 fetch all history for all branches and tags) * PyPi build sets the version to one with RC (same behavior as before) * SVN build also generates checksum and signature files * Final artifact is `svn-release-candidate-{RC}` and `pypi-release-candidate-{RC}` TODO * Change github action to run against tag push (e.g. `0.8.1rc1` tag) -- 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