Skip to content

Commit f58d14a

Browse files
committed
Fix YAML syntax error in publish workflow
1 parent c617935 commit f58d14a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ build_wheels:
3131
CIBW_ARCHS_MACOS: "x86_64 arm64"
3232
CIBW_BEFORE_BUILD: "pip install pybind11"
3333

34-
- uses: actions/upload-artifact@v4
35-
with:
36-
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
37-
path: ./wheelhouse/*.whl
34+
- uses: actions/upload-artifact@v4
35+
with:
36+
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
37+
path: ./wheelhouse/*.whl
3838

3939
build_sdist:
4040
name: Build source distribution

0 commit comments

Comments
 (0)