We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd84a1b commit bf2ddbcCopy full SHA for bf2ddbc
.github/workflows/publishing.yml
@@ -70,10 +70,10 @@ jobs:
70
steps:
71
- uses: actions/checkout@v3
72
- name: Build wheels
73
- uses: pypa/cibuildwheel@v2.23.3
+ uses: pypa/cibuildwheel@v3.0.0
74
- uses: actions/upload-artifact@v4
75
with:
76
- name: cibw-wheels-x86-${{ matrix.os }}-${{ strategy.job-index }}
+ name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
77
path: ./wheelhouse/*.whl
78
79
test-publish:
0 commit comments