Skip to content

Commit

Permalink
Skip pypy and upload linux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Nov 15, 2023
1 parent 7af6848 commit 38ed4bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
matrix:
include:
# - os: ubuntu-20.04
# arch: x86_64
- os: ubuntu-20.04
arch: x86_64
# - os: macos-latest
# arch: x86_64
- os: windows-latest
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires = ['setuptools', 'cython <3, >=0.21']
build-backend = "setuptools.build_meta"

[tool.cibuildwheel.linux]
skip="pp*"
before-all = [
"(apt-get update && apt-get install --yes wget) || yum install -y wget zlib libgfortran || brew install wget",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-centos.zip -O scip.zip",
Expand All @@ -13,6 +14,7 @@ environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LI


[tool.cibuildwheel.macos]
skip="pp*"
before-all = [
"brew install wget zlib gcc",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-macos.zip -O scip.zip",
Expand Down

0 comments on commit 38ed4bb

Please sign in to comment.