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

   ## Which issue does this PR close?
   
   Addresses issue where pyiceberg-core was released from `main` rather than 
the release branch.
   The change should prevent this scenario from recurring.
   
   ## What changes are included in this PR?
   
   The code will checkout the ref it was executed with, and this change asserts 
that we're on a tagged commit.
   
   It may be worth removing the input version argument and simply using the tag 
that the workflow was invoked with - this is enough information. However, I 
wanted to keep changes simple for now.
   
   ## Are these changes tested?
   
   Yes, manually:
   
   - Invoked from a branch rather than a tag: 
https://github.com/dannycjones/iceberg-rust/actions/runs/30254503263/job/89939838125
   - Invoked correctly (but the actually packages are wrong so fails anyway): 
https://github.com/dannycjones/iceberg-rust/actions/runs/30254526325/job/89939906112


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