Skip to content

Commit bf2ddbc

Browse files
committed
Upgrade cibuildwheel
1 parent dd84a1b commit bf2ddbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publishing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@v3
7272
- name: Build wheels
73-
uses: pypa/cibuildwheel@v2.23.3
73+
uses: pypa/cibuildwheel@v3.0.0
7474
- uses: actions/upload-artifact@v4
7575
with:
76-
name: cibw-wheels-x86-${{ matrix.os }}-${{ strategy.job-index }}
76+
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
7777
path: ./wheelhouse/*.whl
7878

7979
test-publish:

0 commit comments

Comments
 (0)