-
Notifications
You must be signed in to change notification settings - Fork 260
[infra] nightly pypi build for pyiceberg_core
#948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[infra] nightly pypi build for pyiceberg_core
#948
Conversation
9c4dd8d
to
5c24fc0
Compare
72fef36
to
c854549
Compare
Rebased and addressed @Xuanwo 's concern with building wheels. I'll set up trusted publishing for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me. Let see how @Fokko and @liurenjie1024 think about this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kevinjqliu for this pr, LGTM!
Let's wait for a moment for @Fokko to take a look at this as he's more familiar with python. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thanks @kevinjqliu for working on this, and @liurenjie1024 and @Xuanwo for the review 🚀
Follow up to #948 I found a bug in the nightly pypi build where the version timestamp changes within the jobs, causing a single run to push multiple versions. This PR fixes the issue by setting the version timestamp once for the entire workflow and then pass it down to individual jobs. This should ensure a consistency version Workflow run: https://github.com/apache/iceberg-rust/actions/runs/13460497360 Testpypi: https://test.pypi.org/project/pyiceberg-core-kevinliu/#history Tested on my fork: Worfklow run: https://github.com/kevinjqliu/iceberg-rust/actions/runs/13461643730 Testpypi on my fork: https://test.pypi.org/project/pyiceberg-core-kevinliu/0.4.0.dev20250221170617/#files
Inspired by pyiceberg#1601 & https://github.com/apache/iceberg-python/blob/main/.github/workflows/nightly-pypi-build.yml
This PR adds nightly build of
pyiceberg_core
to testpypi.I have successfully tested the github action on my fork by pushing to my own package,
I've also verified library versions locally