use python -m build

This commit is contained in:
Luca Beurer-Kellner
2025-05-16 19:53:15 +02:00
parent ac68e4a8f7
commit e6da45bf74
+3 -4
View File
@@ -140,12 +140,11 @@ integration_tests() {
sleep 2
done
# Delete existing dist files
rm -rf dist
# Generate latest whl file for the invariant-gateway package.
# This is required to run the integration tests.
uv build
pip install build
rm -rf dist
python -m build
WHEEL_FILE=$(ls dist/*.whl | head -n 1)
echo "WHEEL_FILE: $WHEEL_FILE"