Skip to content

Commit

Permalink
Merge pull request #49 from astrofrog/use-latest-cibuildwheel
Browse files Browse the repository at this point in the history
Don't hard-code minor/bugfix version for cibuildwheel
  • Loading branch information
astrofrog authored May 19, 2022
2 parents 46094c7 + d12ff5b commit 54d0c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
with:
platforms: all
- name: Run cibuildwheel
uses: pypa/cibuildwheel@v2.3.1
uses: pypa/cibuildwheel@v2.5.0
with:
output-dir: dist
env:
Expand Down

0 comments on commit 54d0c4d

Please sign in to comment.