From 8d1e388e8063d0823132443f330054d6af5c17cb Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 19 Mar 2024 19:34:45 -0700 Subject: [PATCH] .github/workflows/dist.yml: Fix TARGETS_PRE --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 81f23e2..79a15e7 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -56,7 +56,7 @@ jobs: # SPKGs to install as system packages SPKGS: _bootstrap _prereq # Non-Python packages to install as spkgs - TARGETS_PRE: pplpy-build-deps + TARGETS_PRE: ppl gmp mpfr mpc # Disable building PyPy wheels on all platforms # Disable musllinux until #33083 provides alpine package information CIBW_SKIP: "pp* *-musllinux*"