Re: [I] Improve PyIceberg release process [iceberg-python]

2025-02-07 Thread via GitHub
kevinjqliu commented on issue #1306: URL: https://github.com/apache/iceberg-python/issues/1306#issuecomment-2643450754 #1391 creates the `python-release.yml` which can be triggered by Github Actions and automatically build both SVN and PYPI artifacts. This PR also adds new release instruct

Re: [I] Improve PyIceberg release process [iceberg-python]

2024-12-05 Thread via GitHub
kevinjqliu commented on issue #1306: URL: https://github.com/apache/iceberg-python/issues/1306#issuecomment-2521534316 > The final release process should look something like this: > * prepare local branch for release (main for major/minor, branch for patch release) > * Create and push

Re: [I] Improve PyIceberg release process [iceberg-python]

2024-12-05 Thread via GitHub
kevinjqliu commented on issue #1306: URL: https://github.com/apache/iceberg-python/issues/1306#issuecomment-2521292551 based on the devlist discussion https://lists.apache.org/thread/oowhcfwv3fcjzdzm76tbn99k5q84mr75 we'd also want to publish nightly build to PyPi (#872) This can b

Re: [I] Improve PyIceberg release process [iceberg-python]

2024-12-05 Thread via GitHub
kevinjqliu commented on issue #1306: URL: https://github.com/apache/iceberg-python/issues/1306#issuecomment-2521288955 #1391 captures improvements to build both PyPI and SVN artifacts in 1 GitHub action run and avoid problems like setting the wrong version/RC. The action is also now automa

Re: [I] Improve PyIceberg release process [iceberg-python]

2024-12-05 Thread via GitHub
kevinjqliu commented on issue #1306: URL: https://github.com/apache/iceberg-python/issues/1306#issuecomment-2521285301 reopening this to track further improvements -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[I] Improve PyIceberg release process [iceberg-python]

2024-12-05 Thread via GitHub
kevinjqliu opened a new issue, #1306: URL: https://github.com/apache/iceberg-python/issues/1306 ### Feature Request / Improvement Similar to #872 `iceberg-go` has a really nice release script https://github.com/apache/iceberg-go/blob/adc8193de3299b04c9763c2fba529a7b94d080ce/de