Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 (#1808)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent cc2e8a5 commit aedacca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_dartpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Build wheels
if: ${{ matrix.os != 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }}
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
# Common
DART_IN_CI: ON
Expand All @@ -138,7 +138,7 @@ jobs:

- name: Build wheels (Windows)
if: ${{ matrix.os == 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }}
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
# Common
DART_IN_CI: ON
Expand Down

0 comments on commit aedacca

Please sign in to comment.