rm python3-dev (#51)

This commit is contained in:
Adeeb Shihadeh
2026-03-13 13:49:24 -07:00
committed by GitHub
parent 8d9b59b9d0
commit 53271a60fa
7 changed files with 2 additions and 118 deletions

View File

@@ -56,7 +56,7 @@ START_SECS=$SECONDS
mkdir -p dist/
rm -rf dist/*
uv build --all-packages --wheel --out-dir dist --no-create-gitignore --no-build-logs
uv build --all-packages --wheel --out-dir dist --no-create-gitignore
if [[ -n "${BUILD_SH_IN_MANYLINUX:-}" ]]; then
VENV_DIR="$ROOT_DIR/.venv-manylinux"