Skip to content

Commit

Permalink
Check delvewheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Dec 7, 2023
1 parent 759dbc5 commit 9459f94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
include:
# - os: ubuntu-20.04
# arch: x86_64
- os: macos-latest
arch: arm64
# - os: macos-latest
# arch: arm64
# - os: macos-latest
# arch: x86_64
# - os: windows-latest
# arch: AMD64
- os: windows-latest
arch: AMD64



Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ before-all = [
"mv .\\scip-test\\scip_install .\\test",
"mv .\\test .\\scip"
]
before-build = "pip install delvewheel"
environment = { SCIPOPTDIR='D:\\a\\PySCIPOpt\\PySCIPOpt\\scip' }
repair-wheel-command = "delvewheel repair --add-path c:/bin;c:/lib;c:/bin/src;c:/lib/src;D:/a/PySCIPOpt/PySCIPOpt/scip/;D:/a/PySCIPOpt/PySCIPOpt/scip/lib/;D:/a/PySCIPOpt/PySCIPOpt/scip/bin/ -w {dest_dir} {wheel}"

0 comments on commit 9459f94

Please sign in to comment.