Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.19.1 to 2.19.2
  • Loading branch information
dcnieho committed Jul 8, 2024
2 parents 6a00917 + c8bc806 commit f1f7abd
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.19.1
- uses: pypa/cibuildwheel@v2.19.2
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.19.1
- uses: pypa/cibuildwheel@v2.19.2
with:
package-dir: LSL_streamer
env:
Expand Down

0 comments on commit f1f7abd

Please sign in to comment.