Skip to content

Commit 5019454

Browse files
committed
try newer cibuildwheel
1 parent b2bd50e commit 5019454

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: Build wheels
51-
uses: pypa/cibuildwheel@v2.7.0
51+
uses: pypa/cibuildwheel@v2.11.4
5252
- uses: actions/upload-artifact@v3
5353
with:
5454
path: ./wheelhouse/*.whl

src/fcl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0.1"
1+
__version__ = "0.7.0.2"

0 commit comments

Comments
 (0)