Skip to content

Commit

Permalink
update linux and windows build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roeger committed Dec 17, 2024
1 parent ef7748b commit 413b68a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:

- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.22.0

- name: Install setuptools
run: python -m pip install setuptools==75.3.0
- name: Install build tools
run: python -m pip install --upgrade pip cibuildwheel==2.22.0 setuptools==75.3.0

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down Expand Up @@ -49,8 +46,8 @@ jobs:

- name: Build 64-bit wheel
run: python -m cibuildwheel --output-dir dist
env:
CIBW_BUILD: cp36-win_amd64
# env:
# CIBW_BUILD: cp36-win_amd64

- uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 413b68a

Please sign in to comment.