Skip to content

Commit 33af1b3

Browse files
committed
revert last commit
1 parent f54b321 commit 33af1b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ manylinux-aarch64-image = "manylinux_2_28"
4444

4545
[tool.cibuildwheel.linux]
4646
skip="pp* cp36* cp37* *musllinux*"
47-
before-build = "rm -f src/pyscipopt/*.c"
4847
before-all = '''
4948
#!/bin/bash
5049
(apt-get update && apt-get install --yes wget) || yum install -y wget zlib libgfortran || brew install wget
@@ -64,7 +63,6 @@ environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:$LD_L
6463

6564
[tool.cibuildwheel.macos]
6665
skip="pp* cp36* cp37*"
67-
before-build = "rm -f src/pyscipopt/*.c"
6866
before-all = '''
6967
#!/bin/bash
7068
brew install wget zlib gcc
@@ -96,7 +94,6 @@ repair-wheel-command = '''
9694

9795
[tool.cibuildwheel.windows]
9896
skip="pp* cp36* cp37*"
99-
before-build = "python -c \"import os, glob; [os.remove(f) for f in glob.glob('src/pyscipopt/*.c')]\""
10097
before-all = [
10198
"choco install 7zip wget",
10299
"wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.10.0/libscip-windows.zip -O scip.zip",

0 commit comments

Comments
 (0)