Skip to content

Commit

Permalink
Merge pull request #477 from CederGroupHub/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…pypa/cibuildwheel-2.19.2

Bump pypa/cibuildwheel from 2.18.0 to 2.19.2
  • Loading branch information
lbluque authored Jul 16, 2024
2 parents 3ae26d1 + e2b1ce2 commit 5e5cf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
echo "LDFLAGS="$LDFLAGS -Wl,-S -Wl,-rpath,$PREFIX/lib -L$PREFIX/lib -lomp"" >> "$GITHUB_ENV"
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5e5cf16

Please sign in to comment.