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

   <!--
   Thanks for opening a pull request!
   -->
   
   <!-- In the case this PR will resolve an issue, please replace 
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
   <!-- Closes #${GITHUB_ISSUE_ID} -->
   
   # Rationale for this change
   We verify a release candidate (RC) by re-building the project from source 
distribution (sdist). We first [unzip the 
artifact](https://py.iceberg.apache.org/verify-release/#verifying-license-documentation)
 and then [install the dependencies before running 
tests](https://py.iceberg.apache.org/verify-release/#testing). 
   
   `poetry.lock` is not automatically added to the source distribution, so 
`make install` will install packages only based on `pyproject.toml`. 
   This PR explicitly add `poetry.lock` to the source distribution artifact so 
that we can build and test the RCs with pinned dependencies.
   
   ## Are these changes tested?
   
   ## Are there any user-facing changes?
   
   <!-- In the case of user-facing changes, please add the changelog label. -->
   


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