Skip to content

Commit

Permalink
Merge pull request #681 from tdewolff/dependabot/github_actions/pypa/…
Browse files Browse the repository at this point in the history
…cibuildwheel-2.17.0

Bump pypa/cibuildwheel from 2.16.5 to 2.17.0
  • Loading branch information
tdewolff authored Apr 18, 2024
2 parents 0df610d + e9530e2 commit 268058e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
platforms: arm64
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: bindings/py
env:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
path: bindings/py/src/minify

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: bindings/py
env:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
# go-version: '>=1.17'

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: bindings/py
env:
Expand Down

0 comments on commit 268058e

Please sign in to comment.