Skip to content

Commit

Permalink
Merge pull request #812 from htm-community/pypi_cibuildwheel
Browse files Browse the repository at this point in the history
CI: fix version for CIBW
  • Loading branch information
breznak authored Jun 1, 2020
2 parents 2500939 + 0cdee49 commit f5402db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:



build-wheels:
build-wheels: # this is a separate job from build-gh-release as CIBW needs to re-build on its platform/image/python. Existing build breaks it.
name: Wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -91,7 +91,7 @@ jobs:
steps:
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.4.2
python -m pip install cibuildwheel
- name: Build wheel
env:
Expand Down

0 comments on commit f5402db

Please sign in to comment.