Skip to content
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

[fix] nightly pypi build for pyiceberg_core #983

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

kevinjqliu
Copy link
Contributor

@kevinjqliu kevinjqliu commented Feb 21, 2025

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

@kevinjqliu kevinjqliu force-pushed the kevinjqliu/fix-nightly branch from f5332c2 to 88e922a Compare February 21, 2025 17:17
@kevinjqliu kevinjqliu changed the title Kevinjqliu/fix nightly [fix] nightly pypi build for pyiceberg_core Feb 21, 2025
@kevinjqliu kevinjqliu marked this pull request as ready for review February 21, 2025 17:19
@kevinjqliu kevinjqliu merged commit 6fbeb32 into apache:main Feb 21, 2025
17 checks passed
@kevinjqliu kevinjqliu deleted the kevinjqliu/fix-nightly branch February 21, 2025 18:53
@kevinjqliu
Copy link
Contributor Author

Thank you @Fokko!
I triggered a run and verified the new version on testpypi 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants