Skip to content

Commit 2017309

Browse files
authored
Rename CI job that builds binary wheels
1 parent 5bda557 commit 2017309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383

84-
binary-wheels-standard:
84+
binary-wheels:
8585
name: Binary wheels for ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-11-arm') && 'Windows (arm64)' || startsWith(matrix.os, 'windows-') && 'Windows' || endsWith(matrix.os, '-arm') && 'Linux (arm64)' || 'Linux' }}
8686
runs-on: ${{ matrix.os }}
8787
strategy:
@@ -108,7 +108,7 @@ jobs:
108108

109109
- uses: actions/upload-artifact@v4
110110
with:
111-
name: artifact-standard-${{ matrix.os }}
111+
name: artifact-binary-${{ matrix.os }}
112112
path: wheelhouse/*.whl
113113
if-no-files-found: error
114114

@@ -137,7 +137,7 @@ jobs:
137137
- tests
138138
- coverage
139139
- linters
140-
- binary-wheels-standard
140+
- binary-wheels
141141
- pure-python-wheel-and-sdist
142142
steps:
143143
- run: echo "Great success!"

0 commit comments

Comments
 (0)