Skip to content

Commit a1e7f38

Browse files
committed
Doh, forgot to include python version.
1 parent 74000e9 commit a1e7f38

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

.github/workflows/github-actions.yml

+35-35
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
tox_env: 'py38-cython-nocov'
105105
cibw_arch: 'x86_64'
106106
cibw_build: 'cp38-*manylinux*'
107-
artifact: 'ubuntu-x86_64-manylinux'
107+
artifact: 'ubuntu-cp38-x86_64-manylinux'
108108
os: 'ubuntu-latest'
109109
- name: 'py38-cython-nocov (ubuntu/x86_64/musllinux)'
110110
python: '3.8'
@@ -113,7 +113,7 @@ jobs:
113113
tox_env: 'py38-cython-nocov'
114114
cibw_arch: 'x86_64'
115115
cibw_build: 'cp38-*musllinux*'
116-
artifact: 'ubuntu-x86_64-musllinux'
116+
artifact: 'ubuntu-cp38-x86_64-musllinux'
117117
os: 'ubuntu-latest'
118118
- name: 'py38-cython-nocov (ubuntu/aarch64/manylinux)'
119119
python: '3.8'
@@ -122,7 +122,7 @@ jobs:
122122
tox_env: 'py38-cython-nocov'
123123
cibw_arch: 'aarch64'
124124
cibw_build: 'cp38-*manylinux*'
125-
artifact: 'ubuntu-aarch64-manylinux'
125+
artifact: 'ubuntu-cp38-aarch64-manylinux'
126126
os: 'ubuntu-latest'
127127
- name: 'py38-cython-nocov (ubuntu/aarch64/musllinux)'
128128
python: '3.8'
@@ -131,7 +131,7 @@ jobs:
131131
tox_env: 'py38-cython-nocov'
132132
cibw_arch: 'aarch64'
133133
cibw_build: 'cp38-*musllinux*'
134-
artifact: 'ubuntu-aarch64-musllinux'
134+
artifact: 'ubuntu-cp38-aarch64-musllinux'
135135
os: 'ubuntu-latest'
136136
- name: 'py38-cython-nocov (windows/AMD64)'
137137
python: '3.8'
@@ -140,7 +140,7 @@ jobs:
140140
tox_env: 'py38-cython-nocov'
141141
cibw_arch: 'AMD64'
142142
cibw_build: 'cp38-*'
143-
artifact: 'windows-AMD64-default'
143+
artifact: 'windows-cp38-AMD64-default'
144144
os: 'windows-latest'
145145
- name: 'py38-cython-nocov (windows/x86)'
146146
python: '3.8'
@@ -149,7 +149,7 @@ jobs:
149149
tox_env: 'py38-cython-nocov'
150150
cibw_arch: 'x86'
151151
cibw_build: 'cp38-*'
152-
artifact: 'windows-x86-default'
152+
artifact: 'windows-cp38-x86-default'
153153
os: 'windows-latest'
154154
- name: 'py38-cython-nocov (macos/arm64)'
155155
python: '3.8'
@@ -158,7 +158,7 @@ jobs:
158158
tox_env: 'py38-cython-nocov'
159159
cibw_arch: 'arm64'
160160
cibw_build: 'cp38-*'
161-
artifact: 'macos-arm64-default'
161+
artifact: 'macos-cp38-arm64-default'
162162
os: 'macos-latest'
163163
- name: 'py39-pure-cover (ubuntu/x86_64)'
164164
python: '3.9'
@@ -245,7 +245,7 @@ jobs:
245245
tox_env: 'py39-cython-nocov'
246246
cibw_arch: 'x86_64'
247247
cibw_build: 'cp39-*manylinux*'
248-
artifact: 'ubuntu-x86_64-manylinux'
248+
artifact: 'ubuntu-cp39-x86_64-manylinux'
249249
os: 'ubuntu-latest'
250250
- name: 'py39-cython-nocov (ubuntu/x86_64/musllinux)'
251251
python: '3.9'
@@ -254,7 +254,7 @@ jobs:
254254
tox_env: 'py39-cython-nocov'
255255
cibw_arch: 'x86_64'
256256
cibw_build: 'cp39-*musllinux*'
257-
artifact: 'ubuntu-x86_64-musllinux'
257+
artifact: 'ubuntu-cp39-x86_64-musllinux'
258258
os: 'ubuntu-latest'
259259
- name: 'py39-cython-nocov (ubuntu/aarch64/manylinux)'
260260
python: '3.9'
@@ -263,7 +263,7 @@ jobs:
263263
tox_env: 'py39-cython-nocov'
264264
cibw_arch: 'aarch64'
265265
cibw_build: 'cp39-*manylinux*'
266-
artifact: 'ubuntu-aarch64-manylinux'
266+
artifact: 'ubuntu-cp39-aarch64-manylinux'
267267
os: 'ubuntu-latest'
268268
- name: 'py39-cython-nocov (ubuntu/aarch64/musllinux)'
269269
python: '3.9'
@@ -272,7 +272,7 @@ jobs:
272272
tox_env: 'py39-cython-nocov'
273273
cibw_arch: 'aarch64'
274274
cibw_build: 'cp39-*musllinux*'
275-
artifact: 'ubuntu-aarch64-musllinux'
275+
artifact: 'ubuntu-cp39-aarch64-musllinux'
276276
os: 'ubuntu-latest'
277277
- name: 'py39-cython-nocov (windows/AMD64)'
278278
python: '3.9'
@@ -281,7 +281,7 @@ jobs:
281281
tox_env: 'py39-cython-nocov'
282282
cibw_arch: 'AMD64'
283283
cibw_build: 'cp39-*'
284-
artifact: 'windows-AMD64-default'
284+
artifact: 'windows-cp39-AMD64-default'
285285
os: 'windows-latest'
286286
- name: 'py39-cython-nocov (windows/x86)'
287287
python: '3.9'
@@ -290,7 +290,7 @@ jobs:
290290
tox_env: 'py39-cython-nocov'
291291
cibw_arch: 'x86'
292292
cibw_build: 'cp39-*'
293-
artifact: 'windows-x86-default'
293+
artifact: 'windows-cp39-x86-default'
294294
os: 'windows-latest'
295295
- name: 'py39-cython-nocov (macos/arm64)'
296296
python: '3.9'
@@ -299,7 +299,7 @@ jobs:
299299
tox_env: 'py39-cython-nocov'
300300
cibw_arch: 'arm64'
301301
cibw_build: 'cp39-*'
302-
artifact: 'macos-arm64-default'
302+
artifact: 'macos-cp39-arm64-default'
303303
os: 'macos-latest'
304304
- name: 'py310-pure-cover (ubuntu/x86_64)'
305305
python: '3.10'
@@ -386,7 +386,7 @@ jobs:
386386
tox_env: 'py310-cython-nocov'
387387
cibw_arch: 'x86_64'
388388
cibw_build: 'cp310-*manylinux*'
389-
artifact: 'ubuntu-x86_64-manylinux'
389+
artifact: 'ubuntu-cp310-x86_64-manylinux'
390390
os: 'ubuntu-latest'
391391
- name: 'py310-cython-nocov (ubuntu/x86_64/musllinux)'
392392
python: '3.10'
@@ -395,7 +395,7 @@ jobs:
395395
tox_env: 'py310-cython-nocov'
396396
cibw_arch: 'x86_64'
397397
cibw_build: 'cp310-*musllinux*'
398-
artifact: 'ubuntu-x86_64-musllinux'
398+
artifact: 'ubuntu-cp310-x86_64-musllinux'
399399
os: 'ubuntu-latest'
400400
- name: 'py310-cython-nocov (ubuntu/aarch64/manylinux)'
401401
python: '3.10'
@@ -404,7 +404,7 @@ jobs:
404404
tox_env: 'py310-cython-nocov'
405405
cibw_arch: 'aarch64'
406406
cibw_build: 'cp310-*manylinux*'
407-
artifact: 'ubuntu-aarch64-manylinux'
407+
artifact: 'ubuntu-cp310-aarch64-manylinux'
408408
os: 'ubuntu-latest'
409409
- name: 'py310-cython-nocov (ubuntu/aarch64/musllinux)'
410410
python: '3.10'
@@ -413,7 +413,7 @@ jobs:
413413
tox_env: 'py310-cython-nocov'
414414
cibw_arch: 'aarch64'
415415
cibw_build: 'cp310-*musllinux*'
416-
artifact: 'ubuntu-aarch64-musllinux'
416+
artifact: 'ubuntu-cp310-aarch64-musllinux'
417417
os: 'ubuntu-latest'
418418
- name: 'py310-cython-nocov (windows/AMD64)'
419419
python: '3.10'
@@ -422,7 +422,7 @@ jobs:
422422
tox_env: 'py310-cython-nocov'
423423
cibw_arch: 'AMD64'
424424
cibw_build: 'cp310-*'
425-
artifact: 'windows-AMD64-default'
425+
artifact: 'windows-cp310-AMD64-default'
426426
os: 'windows-latest'
427427
- name: 'py310-cython-nocov (windows/x86)'
428428
python: '3.10'
@@ -431,7 +431,7 @@ jobs:
431431
tox_env: 'py310-cython-nocov'
432432
cibw_arch: 'x86'
433433
cibw_build: 'cp310-*'
434-
artifact: 'windows-x86-default'
434+
artifact: 'windows-cp310-x86-default'
435435
os: 'windows-latest'
436436
- name: 'py310-cython-nocov (macos/arm64)'
437437
python: '3.10'
@@ -440,7 +440,7 @@ jobs:
440440
tox_env: 'py310-cython-nocov'
441441
cibw_arch: 'arm64'
442442
cibw_build: 'cp310-*'
443-
artifact: 'macos-arm64-default'
443+
artifact: 'macos-cp310-arm64-default'
444444
os: 'macos-latest'
445445
- name: 'py311-pure-cover (ubuntu/x86_64)'
446446
python: '3.11'
@@ -527,7 +527,7 @@ jobs:
527527
tox_env: 'py311-cython-nocov'
528528
cibw_arch: 'x86_64'
529529
cibw_build: 'cp311-*manylinux*'
530-
artifact: 'ubuntu-x86_64-manylinux'
530+
artifact: 'ubuntu-cp311-x86_64-manylinux'
531531
os: 'ubuntu-latest'
532532
- name: 'py311-cython-nocov (ubuntu/x86_64/musllinux)'
533533
python: '3.11'
@@ -536,7 +536,7 @@ jobs:
536536
tox_env: 'py311-cython-nocov'
537537
cibw_arch: 'x86_64'
538538
cibw_build: 'cp311-*musllinux*'
539-
artifact: 'ubuntu-x86_64-musllinux'
539+
artifact: 'ubuntu-cp311-x86_64-musllinux'
540540
os: 'ubuntu-latest'
541541
- name: 'py311-cython-nocov (ubuntu/aarch64/manylinux)'
542542
python: '3.11'
@@ -545,7 +545,7 @@ jobs:
545545
tox_env: 'py311-cython-nocov'
546546
cibw_arch: 'aarch64'
547547
cibw_build: 'cp311-*manylinux*'
548-
artifact: 'ubuntu-aarch64-manylinux'
548+
artifact: 'ubuntu-cp311-aarch64-manylinux'
549549
os: 'ubuntu-latest'
550550
- name: 'py311-cython-nocov (ubuntu/aarch64/musllinux)'
551551
python: '3.11'
@@ -554,7 +554,7 @@ jobs:
554554
tox_env: 'py311-cython-nocov'
555555
cibw_arch: 'aarch64'
556556
cibw_build: 'cp311-*musllinux*'
557-
artifact: 'ubuntu-aarch64-musllinux'
557+
artifact: 'ubuntu-cp311-aarch64-musllinux'
558558
os: 'ubuntu-latest'
559559
- name: 'py311-cython-nocov (windows/AMD64)'
560560
python: '3.11'
@@ -563,7 +563,7 @@ jobs:
563563
tox_env: 'py311-cython-nocov'
564564
cibw_arch: 'AMD64'
565565
cibw_build: 'cp311-*'
566-
artifact: 'windows-AMD64-default'
566+
artifact: 'windows-cp311-AMD64-default'
567567
os: 'windows-latest'
568568
- name: 'py311-cython-nocov (windows/x86)'
569569
python: '3.11'
@@ -572,7 +572,7 @@ jobs:
572572
tox_env: 'py311-cython-nocov'
573573
cibw_arch: 'x86'
574574
cibw_build: 'cp311-*'
575-
artifact: 'windows-x86-default'
575+
artifact: 'windows-cp311-x86-default'
576576
os: 'windows-latest'
577577
- name: 'py311-cython-nocov (macos/arm64)'
578578
python: '3.11'
@@ -581,7 +581,7 @@ jobs:
581581
tox_env: 'py311-cython-nocov'
582582
cibw_arch: 'arm64'
583583
cibw_build: 'cp311-*'
584-
artifact: 'macos-arm64-default'
584+
artifact: 'macos-cp311-arm64-default'
585585
os: 'macos-latest'
586586
- name: 'py312-pure-cover (ubuntu/x86_64)'
587587
python: '3.12'
@@ -668,7 +668,7 @@ jobs:
668668
tox_env: 'py312-cython-nocov'
669669
cibw_arch: 'x86_64'
670670
cibw_build: 'cp312-*manylinux*'
671-
artifact: 'ubuntu-x86_64-manylinux'
671+
artifact: 'ubuntu-cp312-x86_64-manylinux'
672672
os: 'ubuntu-latest'
673673
- name: 'py312-cython-nocov (ubuntu/x86_64/musllinux)'
674674
python: '3.12'
@@ -677,7 +677,7 @@ jobs:
677677
tox_env: 'py312-cython-nocov'
678678
cibw_arch: 'x86_64'
679679
cibw_build: 'cp312-*musllinux*'
680-
artifact: 'ubuntu-x86_64-musllinux'
680+
artifact: 'ubuntu-cp312-x86_64-musllinux'
681681
os: 'ubuntu-latest'
682682
- name: 'py312-cython-nocov (ubuntu/aarch64/manylinux)'
683683
python: '3.12'
@@ -686,7 +686,7 @@ jobs:
686686
tox_env: 'py312-cython-nocov'
687687
cibw_arch: 'aarch64'
688688
cibw_build: 'cp312-*manylinux*'
689-
artifact: 'ubuntu-aarch64-manylinux'
689+
artifact: 'ubuntu-cp312-aarch64-manylinux'
690690
os: 'ubuntu-latest'
691691
- name: 'py312-cython-nocov (ubuntu/aarch64/musllinux)'
692692
python: '3.12'
@@ -695,7 +695,7 @@ jobs:
695695
tox_env: 'py312-cython-nocov'
696696
cibw_arch: 'aarch64'
697697
cibw_build: 'cp312-*musllinux*'
698-
artifact: 'ubuntu-aarch64-musllinux'
698+
artifact: 'ubuntu-cp312-aarch64-musllinux'
699699
os: 'ubuntu-latest'
700700
- name: 'py312-cython-nocov (windows/AMD64)'
701701
python: '3.12'
@@ -704,7 +704,7 @@ jobs:
704704
tox_env: 'py312-cython-nocov'
705705
cibw_arch: 'AMD64'
706706
cibw_build: 'cp312-*'
707-
artifact: 'windows-AMD64-default'
707+
artifact: 'windows-cp312-AMD64-default'
708708
os: 'windows-latest'
709709
- name: 'py312-cython-nocov (windows/x86)'
710710
python: '3.12'
@@ -713,7 +713,7 @@ jobs:
713713
tox_env: 'py312-cython-nocov'
714714
cibw_arch: 'x86'
715715
cibw_build: 'cp312-*'
716-
artifact: 'windows-x86-default'
716+
artifact: 'windows-cp312-x86-default'
717717
os: 'windows-latest'
718718
- name: 'py312-cython-nocov (macos/arm64)'
719719
python: '3.12'
@@ -722,7 +722,7 @@ jobs:
722722
tox_env: 'py312-cython-nocov'
723723
cibw_arch: 'arm64'
724724
cibw_build: 'cp312-*'
725-
artifact: 'macos-arm64-default'
725+
artifact: 'macos-cp312-arm64-default'
726726
os: 'macos-latest'
727727
- name: 'pypy38-pure-cover (ubuntu/x86_64)'
728728
python: 'pypy-3.8'

ci/templates/.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cibw_arch: '{{ cibw_arch }}'
5454
{% if env.endswith('cython-nocov') and not prefix.startswith('pypy') %}
5555
cibw_build: '{{ cpython }}-{{ wheel_arch }}'
56-
artifact: '{{ os }}-{{ cibw_arch }}-{{ wheel_arch.strip("*") or "default" }}'
56+
artifact: '{{ os }}-{{ cpython }}-{{ cibw_arch }}-{{ wheel_arch.strip("*") or "default" }}'
5757
{% else %}
5858
cibw_build: false
5959
{% endif %}

0 commit comments

Comments
 (0)