mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-05-30 01:59:27 +02:00
use python -m build
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user