Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
Fokko commented on PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#issuecomment-2630045458 Any time, sorry for taking so long :3 -- 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

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
Fokko commented on code in PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#discussion_r1938573122 ## .github/workflows/python-release.yml: ## @@ -17,29 +17,118 @@ # under the License. # -name: "Python Release" +name: "Python Build Release Candidate" on:

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
kevinjqliu merged PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391 -- 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...@i

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
kevinjqliu commented on PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#issuecomment-2629550063 Thanks for the review @Fokko :) -- 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

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
kevinjqliu commented on PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#issuecomment-2629549886 had to add an unrelated change in `mkdocs/docs/api.md`. The url referenced is dead, causing CI to fail -- This is an automated message from the Apache Git Service. To respond

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
Fokko commented on code in PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#discussion_r1938574146 ## mkdocs/docs/how-to-release.md: ## @@ -109,66 +109,81 @@ Create a signed tag: Replace `VERSION` and `RC` with the appropriate values for the release. ```bash

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
Fokko commented on code in PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#discussion_r1938573122 ## .github/workflows/python-release.yml: ## @@ -17,29 +17,118 @@ # under the License. # -name: "Python Release" +name: "Python Build Release Candidate" on:

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
Fokko commented on code in PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#discussion_r1938572601 ## .github/workflows/python-release.yml: ## @@ -17,29 +17,192 @@ # under the License. # -name: "Python Release" +name: "Python Build Release Candidate" on:

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
kevinjqliu commented on code in PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#discussion_r1938565110 ## .github/workflows/python-release.yml: ## @@ -17,29 +17,192 @@ # under the License. # -name: "Python Release" +name: "Python Build Release Candidate"

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
kevinjqliu commented on code in PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#discussion_r1938565110 ## .github/workflows/python-release.yml: ## @@ -17,29 +17,192 @@ # under the License. # -name: "Python Release" +name: "Python Build Release Candidate"

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
kevinjqliu commented on code in PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#discussion_r1938564633 ## .github/workflows/python-release.yml: ## @@ -17,29 +17,192 @@ # under the License. # -name: "Python Release" +name: "Python Build Release Candidate"

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
Fokko commented on code in PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#discussion_r1938561415 ## .github/workflows/python-release.yml: ## @@ -17,29 +17,192 @@ # under the License. # -name: "Python Release" +name: "Python Build Release Candidate" on:

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
Fokko commented on code in PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#discussion_r1938560927 ## .github/workflows/python-release.yml: ## @@ -17,29 +17,192 @@ # under the License. # -name: "Python Release" +name: "Python Build Release Candidate" on:

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2025-02-02 Thread via GitHub
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:

Re: [PR] automate building Release Candidate in github action [iceberg-python]

2024-12-05 Thread via GitHub
kevinjqliu commented on PR #1391: URL: https://github.com/apache/iceberg-python/pull/1391#issuecomment-2521310260 @Fokko could you take a look at this PR when you get a chance? I tested the new action and instructions via my fork, had to push this branch to `main` on my fork in order to