disable manylinux

disabled manylinux because it was defaulting to python 3.8 which was breaking Pypi build
This commit is contained in:
BillTheMaker
2025-12-06 15:38:47 -07:00
committed by GitHub
parent c97f5e6e6e
commit c408c483d0

View File

@@ -18,6 +18,7 @@ jobs:
include: include:
- os: ubuntu-latest - os: ubuntu-latest
target: x86_64 target: x86_64
python: '3.12'
- os: macos-latest - os: macos-latest
target: x86_64 target: x86_64
- os: windows-latest - os: windows-latest
@@ -42,7 +43,7 @@ jobs:
# Use the target from the matrix (x86_64) # Use the target from the matrix (x86_64)
target: ${{ matrix.target }} target: ${{ matrix.target }}
# Build a manylinux-compatible wheel for Linux/Colab users # Build a manylinux-compatible wheel for Linux/Colab users
manylinux: auto # manylinux: auto
command: build command: build
args: --release --out dist --find-interpreter args: --release --out dist --find-interpreter