Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 5d31d88

Browse files
committed
cleanup
1 parent 587b931 commit 5d31d88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: startsWith(matrix.os, 'windows-')
9494

9595
- run: pip install pipx
96-
if: startsWith(matrix.os, 'macos-')
96+
if: startsWith(matrix.os, 'macos-')
9797

9898
- uses: pypa/cibuildwheel@v2.16.2
9999
with:
@@ -127,10 +127,10 @@ jobs:
127127
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
128128
if: startsWith(matrix.os, 'windows-')
129129

130-
- run: pip install pipx # only for macos amd64
130+
- run: pip install pipx # only for macos amd64
131131
if: startsWith(matrix.os, 'macos-')
132132

133-
- uses: pypa/cibuildwheel@v2.16.2
133+
- uses: pypa/cibuildwheel@v2.16.2
134134
with:
135135
output-dir: dist
136136
env:

0 commit comments

Comments
 (0)