Skip to content

Commit

Permalink
Updated GitHub Action cibuildwheel from 2.18.1 to 2.20.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Aug 22, 2024
1 parent d1d3405 commit 8d1b1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: echo "filename=$(ls dist/*.tar.gz)" >> $GITHUB_OUTPUT

- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_ARCHS_MACOS: universal2
CIBW_ARCHS_WINDOWS: native
Expand Down

0 comments on commit 8d1b1e4

Please sign in to comment.