Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-07 Thread via GitHub
kevinjqliu commented on PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#issuecomment-2643370860 Thanks for your help here @Fokko I [trigger the job manually on this repo](https://github.com/apache/iceberg-python/actions/runs/13203410879) and its now on testpypi! https:

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-07 Thread via GitHub
kevinjqliu merged PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601 -- 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] [infra] add testpypi nightly build [iceberg-python]

2025-02-07 Thread via GitHub
Fokko commented on code in PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#discussion_r1946752350 ## .github/workflows/pypi-build-artifacts.yml: ## @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: -os: [ ubuntu-22.04,

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-06 Thread via GitHub
kevinjqliu commented on PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#issuecomment-2640903507 oh wait @Fokko i think thats a false alarm. i was looking at a previous run which had the RC in the version. i yanked that one and now its back to normal https://test.pypi.org/p

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-06 Thread via GitHub
kevinjqliu commented on PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#issuecomment-2640893364 Thanks! I couldnt find anything about the dev -> rc conversion. I just added trusted publisher pyiceberg on testpypi ![Screenshot 2025-02-06 at 12 09 32  PM](https://gi

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-06 Thread via GitHub
Fokko commented on PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#issuecomment-2640880595 @kevinjqliu I just bumped you to owner 👍 Let me check why it converts `rc` into `dev` for the artifacts -- This is an automated message from the Apache Git Service. To respo

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-06 Thread via GitHub
kevinjqliu commented on PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#issuecomment-2640876441 oh i see, only "owner" can make this change ([from pypi: `What collaborator roles are available for a project on PyPI?`](https://pypi.org/help/)) This is what it looks lik

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-06 Thread via GitHub
kevinjqliu commented on PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#issuecomment-2640181277 ![Screenshot 2025-02-06 at 7 41 04  AM](https://github.com/user-attachments/assets/e727e826-7036-490f-adee-a2866fa040c5) weird, i dont have `Manage` permission. let me ask

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-05 Thread via GitHub
kevinjqliu commented on code in PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#discussion_r1944116682 ## .github/workflows/nightly-pypi-build.yml: ## @@ -0,0 +1,89 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-05 Thread via GitHub
kevinjqliu commented on PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#issuecomment-2638864904 @Fokko i refactor the code to remove `RC`, thanks for the suggestion! I was able to rerun on my fork and published to [pyiceberg-kevinliu 0.9.0rc20250203](https://test.pypi.o

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-05 Thread via GitHub
kevinjqliu commented on code in PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#discussion_r1944091552 ## .github/workflows/pypi-build-artifacts.yml: ## @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: -os: [ ubuntu-2

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-04 Thread via GitHub
Fokko commented on code in PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#discussion_r1941937605 ## .github/workflows/nightly-pypi-build.yml: ## @@ -0,0 +1,89 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license ag

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-04 Thread via GitHub
Fokko commented on PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#issuecomment-2635149393 @kevinjqliu This looks great! Thanks for working on it. Very nice how you re-use the build workflow. I left some small comments on how we can maybe simplify manual dispatch, apart fr

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-04 Thread via GitHub
Fokko commented on code in PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#discussion_r1941939426 ## .github/workflows/nightly-pypi-build.yml: ## @@ -0,0 +1,89 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license ag

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-04 Thread via GitHub
Fokko commented on code in PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#discussion_r1941938065 ## .github/workflows/pypi-build-artifacts.yml: ## @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: -os: [ ubuntu-22.04,

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-04 Thread via GitHub
Fokko commented on code in PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#discussion_r1941936984 ## .github/workflows/nightly-pypi-build.yml: ## @@ -0,0 +1,89 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license ag

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-03 Thread via GitHub
kevinjqliu commented on code in PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#discussion_r1940084018 ## .github/workflows/nightly-pypi-build.yml: ## @@ -0,0 +1,89 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-03 Thread via GitHub
kevinjqliu commented on PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#issuecomment-2631744330 @Fokko can you take a look at the general flow? I tested in my fork. WYDT about setting the version to `0.9.0rc20250203`? -- This is an automated message from the Apache Git

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-03 Thread via GitHub
kevinjqliu commented on code in PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#discussion_r1939833519 ## .github/workflows/nightly-pypi-build.yml: ## @@ -0,0 +1,58 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

Re: [PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-03 Thread via GitHub
kevinjqliu commented on code in PR #1601: URL: https://github.com/apache/iceberg-python/pull/1601#discussion_r1939655589 ## .github/workflows/nightly-pypi-build.yml: ## @@ -0,0 +1,58 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

[PR] [infra] add testpypi nightly build [iceberg-python]

2025-02-02 Thread via GitHub
kevinjqliu opened a new pull request, #1601: URL: https://github.com/apache/iceberg-python/pull/1601 Had to setup [Publishing to PyPI with a Trusted Publisher](https://docs.pypi.org/trusted-publishers/) on https://test.pypi.org/ Using example of publishing [pyiceberg_core](https://gi