Skip to content

Commit 6ab3b78

Browse files
committed
Fix strategy indent
1 parent 4a278f6 commit 6ab3b78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheel.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
build_sdist:
3737
name: Build source distribution
3838
runs-on: ubuntu-latest
39-
strategy:
40-
matrix:
41-
python-version: ['3.11', '3.12', '3.13']
42-
architecture: ['x64', 'x86']
39+
strategy:
40+
matrix:
41+
python-version: ['3.11', '3.12', '3.13']
42+
architecture: ['x64', 'x86']
4343
steps:
4444
- uses: actions/checkout@v4
4545
with:

0 commit comments

Comments
 (0)