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:
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user