Skip to content

Commit 9c3cd99

Browse files
committed
Removed star from python-build matrix variable so it can be used in artifact names
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 7a6b110 commit 9c3cd99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ jobs:
172172
strategy:
173173
matrix:
174174
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
175-
python-build: ['cp37*', 'cp38*', 'cp39*', 'cp310*', 'cp311*', 'cp312*']
175+
python-build: ['cp37', 'cp38', 'cp39', 'cp310', 'cp311', 'cp312']
176176
exclude:
177-
- { os: macos-latest, python-build: 'cp37*' }
177+
- { os: macos-latest, python-build: 'cp37' }
178178
steps:
179179
- uses: actions/checkout@v4
180180

@@ -187,7 +187,7 @@ jobs:
187187
with:
188188
output-dir: wheelhouse
189189
env:
190-
CIBW_BUILD: ${{ matrix.python-build }}
190+
CIBW_BUILD: ${{ matrix.python-build }}*
191191
CIBW_SKIP: '*musllinux*'
192192
CIBW_ARCHS_LINUX: x86_64 aarch64
193193
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

0 commit comments

Comments
 (0)