Skip to content

Commit

Permalink
Removed unsupported manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
AstralScribe committed Oct 10, 2024
1 parent a1c755f commit 6cca38f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"

- name: Install/Upgrade pip
run: python3 -m pip install --upgrade pip
Expand All @@ -50,16 +50,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
python-version: [3.11, 3.12]
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.10"

- name: Install/Upgrade pip
run: python3 -m pip install --upgrade pip
Expand All @@ -73,7 +72,6 @@ jobs:
- name: Build wheels
run: python3 -m cibuildwheel --output-dir dist
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
CIBW_BEFORE_BUILD: "pip install 'pybind11[global]'"
CIBW_SKIP: "*musllinux*"

Expand Down

0 comments on commit 6cca38f

Please sign in to comment.