Fokko opened a new pull request, #5838:
URL: https://github.com/apache/iceberg/pull/5838

   This makes it easier for testing.
   
   ```
   ➜  python git:(fd-add-makefile-to-sdist) ✗ poetry build
   Building pyiceberg (0.1.0.dev0)
     - Building sdist
     - Built pyiceberg-0.1.0.dev0.tar.gz
     - Building wheel
     - Built pyiceberg-0.1.0.dev0-py3-none-any.whl
   ➜  python git:(fd-add-makefile-to-sdist) ✗ cd dist
   ➜  dist git:(fd-add-makefile-to-sdist) ✗ tar -xf pyiceberg-0.1.0.dev0.tar.gz
   ➜  dist git:(fd-add-makefile-to-sdist) ✗ cd pyiceberg-0.1.0.dev0
   ➜  pyiceberg-0.1.0.dev0 git:(fd-add-makefile-to-sdist) ✗ find . | grep 
Makefile
   ./Makefile
   ➜  pyiceberg-0.1.0.dev0 git:(fd-add-makefile-to-sdist) ✗ head Makefile
   ```


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