Skip to content

Fix: replace --profile py-release with --release in Python release workflows#2638

Open
kevinjqliu wants to merge 1 commit into
apache:mainfrom
kevinjqliu:kevinjqliu/fix-nightly
Open

Fix: replace --profile py-release with --release in Python release workflows#2638
kevinjqliu wants to merge 1 commit into
apache:mainfrom
kevinjqliu:kevinjqliu/fix-nightly

Conversation

@kevinjqliu

Copy link
Copy Markdown
Contributor

Follow up to #2506, I noticed that "nightly pypi build" has been failing: https://github.com/apache/iceberg-rust/actions/workflows/release_python_nightly.yml

The py-release Cargo profile was moved from Cargo.toml into pyproject.toml as inline maturin config overrides on the built-in release profile. Update the workflow args to use --release accordingly.

Changes

  • .github/workflows/release_python.yml: --profile py-release--release
  • .github/workflows/release_python_nightly.yml: --profile py-release--release

Testing

Verified via nightly workflow run on fork: https://github.com/kevinjqliu/iceberg-rust/actions/runs/27474374224

@kevinjqliu kevinjqliu requested review from CTTY and blackmwk June 13, 2026 18:06
@blackmwk

Copy link
Copy Markdown
Contributor

cc @kevinjqliu Please help to resolve the conflicts.

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