Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanfra committed Apr 7, 2024
1 parent 1c977c1 commit 0039582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3

- name
uses: pypa/cibuildwheel@v${{ env.CIBUILDWHEEL_VERSION }} # sync version with pip install cibuildwheel above
- uses: pypa/cibuildwheel@v${{ env.CIBUILDWHEEL_VERSION }} # sync version with pip install cibuildwheel above
with:
only: ${{ matrix.only }}
package-dir: ${{ env.WORKING_DIRECTORY }}
Expand Down

0 comments on commit 0039582

Please sign in to comment.