Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mboutet authored Nov 4, 2023
1 parent d330275 commit c9f3f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
# use fetch-depth to ensure all tags are fetched
- {name: checkout, uses: actions/checkout@v3, with: {submodules: recursive, fetch-depth: 0}}
- name: create wheel
uses: joerick/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.16.2
- name: rename wheelhouse -> dist
run: |
mv -fv wheelhouse dist
Expand Down

0 comments on commit c9f3f53

Please sign in to comment.