Skip to content

Commit 51d3875

Browse files
committed
Optional wheel actions
1 parent b258ffa commit 51d3875

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/wheels_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build wheels on windows using cibuildwheel
22

3-
on: [release]
4-
#on: [release , push, pull_request]
3+
#on: [release]
4+
on: [release , push, pull_request]
55

66
jobs:
77
build_wheels:

.github/workflows/wheels_windows_optional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build wheels on Windows, optional cibuildwheel approach
22

33
on:
44
release:
5-
# push:
5+
push:
66
# pull_request:
77

88
concurrency:

.github/workflows/winwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build wheels on Windows, using old build algo
22

33
on:
44
release:
5-
# push:
5+
push:
66
# pull_request:
77
# workflow_dispatch:
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ manylinux-x86_64-image = "manylinux_2_28"
5757
#before-all = "yum install -y openblas-static blas-devel lapack-static fftw-static || yum install -y blas-devel lapack-static fftw-static openblas-static atlas-devel || yum install -y openblas-static lapack-static fftw-static || apk add --upgrade py3-pip blas-dev lapack-dev fftw-dev openblas-static || apt-get install -y openblas-static lapack-static fftw-static "
5858
before-all = "yum clean packages; yum install -y openblas-static blas-devel lapack-static fftw-static --nogpgcheck || yum install -y blas-devel lapack-devel blas-static lapack-static fftw-devel fftw-static atlas-devel atlas-static --nogpgcheck"
5959

60-
[tool.cibuildwheel.windows]
61-
before-build = "pacman -S mingw-w64-fftw mingw-w64-openblas mingw-w64-lapack --noconfirm"
60+
# [tool.cibuildwheel.windows]
61+
# before-build = "pacman -S mingw-w64-fftw mingw-w64-openblas mingw-w64-lapack --noconfirm"
6262

0 commit comments

Comments
 (0)