Skip to content

Commit

Permalink
Merge pull request #100 from ssciwr/cibuildwheel-pinning
Browse files Browse the repository at this point in the history
Use vMAJOR.MINOR tag for cibuildwheel
  • Loading branch information
lkeegan authored Aug 10, 2023
2 parents d209ff1 + 488f4b3 commit 623cb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: echo 'CIBW_ENVIRONMENT=HAMMING_WITH_OPENMP=ON' >> $GITHUB_ENV
if: runner.os == 'Linux'

- uses: pypa/cibuildwheel@v2.14.1
- uses: pypa/cibuildwheel@v2.14

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

0 comments on commit 623cb11

Please sign in to comment.