From c408c483d00e1284f7167b965fb801762d9c5a06 Mon Sep 17 00:00:00 2001 From: BillTheMaker Date: Sat, 6 Dec 2025 15:38:47 -0700 Subject: [PATCH] disable manylinux disabled manylinux because it was defaulting to python 3.8 which was breaking Pypi build --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c78ebd7..91e6e24 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,7 @@ jobs: include: - os: ubuntu-latest target: x86_64 + python: '3.12' - os: macos-latest target: x86_64 - os: windows-latest @@ -42,7 +43,7 @@ jobs: # Use the target from the matrix (x86_64) target: ${{ matrix.target }} # Build a manylinux-compatible wheel for Linux/Colab users - manylinux: auto + # manylinux: auto command: build args: --release --out dist --find-interpreter