Skip to content

Commit

Permalink
fix cibuildhweel
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed Jul 20, 2024
1 parent 39f3fc1 commit 3e36ff6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5

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

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
CIBW_ARCHS: ${{ matrix.buildplat[2] }}
Expand Down

0 comments on commit 3e36ff6

Please sign in to comment.