Skip to content

Commit

Permalink
chore(ci): bump cibuildwheels to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Oct 5, 2021
1 parent 2a16a19 commit 2427feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: git submodule update --init
- run: make set-dev-version
- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].2
env:
CIBW_ARCHS: native
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_on_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v2
- run: git submodule update --init
- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].2
env:
CIBW_ARCHS: native
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 2427feb

Please sign in to comment.