Skip to content

Commit f36dee4

Browse files
GA: do not use windows-arch in macos configuration
.github/workflows/macos.yml:43:54: property "windows-arch" is not defined in object type {python-version: number} [expression] | 43 | name: wheel-${{ matrix.python-version }}-${{ matrix.windows-arch }} | ^~~~~~~~~~~~~~~~~~~
1 parent 969bb11 commit f36dee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- uses: actions/upload-artifact@v7
4242
with:
43-
name: wheel-${{ matrix.python-version }}-${{ matrix.windows-arch }}
43+
name: wheel-${{ matrix.python-version }}
4444
path: dist/*.whl
4545

4646
publish:

0 commit comments

Comments
 (0)