Build with non Python files (#23405)

* Add a test of the built release

* Polish everything

* Trigger CI
This commit is contained in:
Sylvain Gugger
2023-05-16 14:23:10 -04:00
committed by GitHub
parent 5b1ad0eb73
commit 9cf4a8b456
4 changed files with 59 additions and 9 deletions

View File

@@ -111,3 +111,10 @@ post-release:
post-patch:
python utils/release.py --post_release --patch
build-release:
rm -rf dist
rm -rf build
python setup.py bdist_wheel
python setup.py sdist
python utils/check_build.py