geruh commented on code in PR #2277:
URL: https://github.com/apache/iceberg-rust/pull/2277#discussion_r2977039318


##########
.github/workflows/release_python_nightly.yml:
##########
@@ -101,7 +101,7 @@ jobs:
           manylinux: ${{ matrix.manylinux || 'auto' }}
           working-directory: "bindings/python"
           command: build
-          args: --release -o dist
+          args: --release -o dist -i python3.12 # Explicitly set interpreter; 
manylinux containers have multiple Pythons and maturin may pick an older one

Review Comment:
   nit: non blocking we can factor out the 3.12 to a variable for future 
upgrades



-- 
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