From 4bf5719b296b2ca8f44035deb3bbc1d74e04baff Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Thu, 26 Oct 2023 20:32:11 -0700 Subject: [PATCH] WIP --- .github/workflows/cibuildwheel.yml | 19 +++++++++++-------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 1e537b35..a707d7ef 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -19,14 +19,17 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest - arch: x86_64 - - os: ubuntu-latest - arch: i686 - - os: macos-latest - arch: auto - - os: macos-latest - arch: arm64 + ## - os: ubuntu-latest + ## arch: x86_64 + ## - os: ubuntu-latest + ## arch: i686 + ## - os: macos-latest + ## arch: auto + ## - os: macos-latest + ## arch: arm64 + - os: windows-latest + arch: AMD64 + env: CIBW_ARCHS: ${{ matrix.arch }} diff --git a/pyproject.toml b/pyproject.toml index a422da44..2cafe875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta" # Use --no-third-party to avoid linking in GLPK. # The resulting binary would not be distributable. before-all = """ - apt-get install --yes wget || yum install -y wget || brew install bash coreutils + apt-get install --yes wget || yum install -y wget || brew install bash coreutils || echo ignored wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew sed -i.bak '/invoke_make/s/install/-j1 install/' coinbrew chmod +x coinbrew