Skip to content

Commit f747fb9

Browse files
committed
chore: update cibuildwheel
1 parent 8cf0e73 commit f747fb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions/setup-python@v5
2323
name: Install Python
2424
with:
25-
python-version: '3.12'
25+
python-version: "3.12"
2626

2727
- name: Build wheels
28-
uses: pypa/cibuildwheel@v2.17.0
28+
uses: pypa/cibuildwheel@v3.4.0
2929

3030
- uses: actions/upload-artifact@v4
3131
with:
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-python@v5
4242
name: Install Python
4343
with:
44-
python-version: '3.12'
44+
python-version: "3.12"
4545

4646
- name: Install dependencies
4747
run: python -m pip install cython numpy setuptools
@@ -70,4 +70,4 @@ jobs:
7070
with:
7171
user: __token__
7272
password: ${{ secrets.pypi_password }}
73-
skip_existing: true
73+
skip_existing: true

0 commit comments

Comments
 (0)