disable manylinux
disabled manylinux because it was defaulting to python 3.8 which was breaking Pypi build
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user