Skip to content

Commit a3202b0

Browse files
committed
TO-BE-REMOVED
1 parent 8c56445 commit a3202b0

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.github/workflows/build-push.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ jobs:
3131
- os: ubuntu-20.04
3232
platform: x86_64
3333

34-
- os: ubuntu-20.04
35-
platform: PyPy
36-
37-
- os: windows-latest
38-
platform: win64
39-
40-
- os: windows-latest
41-
platform: PyPy
42-
43-
- os: macos-latest
44-
platform: all
45-
46-
- os: macos-13
47-
platform: all
48-
49-
- os: macos-latest
50-
platform: PyPy
34+
# - os: ubuntu-20.04
35+
# platform: PyPy
36+
#
37+
# - os: windows-latest
38+
# platform: win64
39+
#
40+
# - os: windows-latest
41+
# platform: PyPy
42+
#
43+
# - os: macos-latest
44+
# platform: all
45+
#
46+
# - os: macos-13
47+
# platform: all
48+
#
49+
# - os: macos-latest
50+
# platform: PyPy
5151

5252
steps:
5353
- uses: actions/checkout@v4
@@ -88,7 +88,8 @@ jobs:
8888
- name: Overwrite for Linux 64
8989
if: runner.os == 'Linux' && matrix.platform == 'x86_64'
9090
run: |
91-
echo "CIBW_BUILD=cp3*_x86_64" >> $GITHUB_ENV
91+
echo "CIBW_BUILD=cp312*_x86_64" >> $GITHUB_ENV
92+
echo "CIBW_BEFORE_BUILD='python -m pip install 'cython' Cython>=3.0.11,<4'" >> $GITHUB_ENV
9293
9394
- name: Overwrite for Linux PyPy
9495
if: runner.os == 'Linux' && matrix.platform == 'PyPy'

0 commit comments

Comments
 (0)