Skip to content

Commit

Permalink
ci: bump pypa/cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelpro committed Dec 5, 2024
1 parent 3a4cd71 commit d0d7457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
CIBW_BUILD: "*win_amd64"
CIBW_BUILD_FRONTEND: build
uses: pypa/cibuildwheel@v2.21.3
uses: pypa/cibuildwheel@v2.22

- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand All @@ -44,7 +44,7 @@ jobs:
CIBW_BUILD: "*mac*"
CIBW_BUILD_FRONTEND: build
MACOSX_DEPLOYMENT_TARGET: "13.3"
uses: pypa/cibuildwheel@v2.21.3
uses: pypa/cibuildwheel@v2.22

- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d0d7457

Please sign in to comment.