We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c617935 commit f58d14aCopy full SHA for f58d14a
1 file changed
.github/workflows/publish.yml
@@ -31,10 +31,10 @@ build_wheels:
31
CIBW_ARCHS_MACOS: "x86_64 arm64"
32
CIBW_BEFORE_BUILD: "pip install pybind11"
33
34
- - uses: actions/upload-artifact@v4
35
- with:
36
- name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
37
- path: ./wheelhouse/*.whl
+ - uses: actions/upload-artifact@v4
+ with:
+ name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
+ path: ./wheelhouse/*.whl
38
39
build_sdist:
40
name: Build source distribution
0 commit comments