Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rushter committed Oct 9, 2024
1 parent bfa277c commit 7aa345b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 1000
env:
CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* pp27-* cp36-musllinux_aarch64 cp36-*_aarch64 cp37-*_aarch64 cp38-*_aarch64 pp3*"
CIBW_BEFORE_BUILD: "pip install Cython==3.0.11"
CIBW_BEFORE_BUILD: "pip install Cython==3.0.11 setuptools wheel"
strategy:
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 40
env:
CIBW_SKIP: "cp27-* cp34-* pp27-* cp35-* cp36-* cp37-*"
CIBW_BEFORE_BUILD: "pip install Cython==3.0.11"
CIBW_BEFORE_BUILD: "pip install Cython==3.0.11 setuptools wheel"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7aa345b

Please sign in to comment.