Skip to content

Commit

Permalink
Merge pull request #993 from glotzerlab/dependabot/github_actions/pyp…
Browse files Browse the repository at this point in the history
…a/cibuildwheel-2.8.1

Bump pypa/cibuildwheel from 2.7.0 to 2.8.1
  • Loading branch information
tommy-waltmann authored Aug 8, 2022
2 parents 7e053ff + abaa17e commit 74b4972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
submodules: "recursive"

- name: Build wheels
uses: pypa/cibuildwheel@2.7.0
uses: pypa/cibuildwheel@v2.8.1
env:
# Build for cpython >= 3.6.
CIBW_PROJECT_REQUIRES_PYTHON: "==${{ matrix.pyver }}.*"
Expand Down

0 comments on commit 74b4972

Please sign in to comment.