Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 in the github-actions gr…
Browse files Browse the repository at this point in the history
…oup (#77)
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent edd2fa1 commit acfef56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-22.04, macos-12, windows-2019]
steps:
- uses: actions/checkout@v4
- uses: pypa/cibuildwheel@v2.18.1
- uses: pypa/cibuildwheel@v2.19.1
env:
# CIBW_ENVIRONMENT: "PIP_PRE=1"
CIBW_BUILD_VERBOSITY: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
os: ["ubuntu-22.04", "windows-2019", "macos-12"]
steps:
- uses: actions/checkout@v4
- uses: pypa/cibuildwheel@v2.18.1
- uses: pypa/cibuildwheel@v2.19.1
env:
# CIBW_ENVIRONMENT: "PIP_PRE=1"
CIBW_BUILD_VERBOSITY: 3
Expand Down

0 comments on commit acfef56

Please sign in to comment.