Skip to content

Commit

Permalink
Merge pull request #85 from dcnieho/dependabot/github_actions/pypa/ci…
Browse files Browse the repository at this point in the history
…buildwheel-2.19.1

Bump pypa/cibuildwheel from 2.18.1 to 2.19.1
  • Loading branch information
dcnieho committed Jun 17, 2024
2 parents f7ae829 + 78b68b2 commit 6a00917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: true

- uses: pypa/cibuildwheel@v2.18.1
- uses: pypa/cibuildwheel@v2.19.1
with:
package-dir: SDK_wrapper
env:
Expand All @@ -35,7 +35,7 @@ jobs:
CIBW_BEFORE_BUILD_MACOS: uname -a
MACOSX_DEPLOYMENT_TARGET: 10.14

- uses: pypa/cibuildwheel@v2.18.1
- uses: pypa/cibuildwheel@v2.19.1
with:
package-dir: LSL_streamer
env:
Expand Down

0 comments on commit 6a00917

Please sign in to comment.