Skip to content

Commit

Permalink
Move build specificiation to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Nov 15, 2023
1 parent 53c2e38 commit 5fb1024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.6"
CIBW_SKIP: "*-win32"
CIBW_BUILD: "*-win_amd64"
CIBW_PLATFORM: "windows"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LI


[tool.cibuildwheel.windows]
build = "*amd64"
before-all = [
"choco install 7zip wget",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-windows.zip -O scip.zip",
Expand Down

0 comments on commit 5fb1024

Please sign in to comment.