kevinjqliu opened a new pull request, #2638:
URL: https://github.com/apache/iceberg-rust/pull/2638

   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


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to