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 0039582 commit cf81dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3

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

0 comments on commit cf81dae

Please sign in to comment.