Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Jan 23, 2025
1 parent c005ab6 commit cda59a2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ jobs:
run: |
python -m pip install Cython
- name: Install setuptools
run: |
python -m pip install setuptools
- name: Install wheel
run: |
python -m pip wheel
- name: Install OpenSSL for Windows
if: runner.os == 'Windows'
run: |
Expand Down Expand Up @@ -187,6 +195,14 @@ jobs:
run: |
python -m pip install Cython
- name: Install setuptools
run: |
python -m pip install setuptools
- name: Install wheel
run: |
python -m pip wheel
- name: Build wheels
env:
CIBW_BUILD: "cp39* cp310* cp311* cp312*" # limit to specific version since it take much more time than jobs limit
Expand Down

0 comments on commit cda59a2

Please sign in to comment.