Skip to content

Commit 42402f7

Browse files
Build wheels for python 3.12
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 4981780 commit 42402f7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/scancode-release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,6 @@ jobs:
457457
name: source_app
458458
path: dist
459459

460-
- name: Download a single artifact macos_app for python 3.7
461-
uses: actions/download-artifact@v3
462-
with:
463-
name: macos_app_py_3.7
464-
path: dist
465-
466460
- name: Download a single artifact macos_app for python 3.8
467461
uses: actions/download-artifact@v3
468462
with:
@@ -487,10 +481,10 @@ jobs:
487481
name: macos_app_py_3.11
488482
path: dist
489483

490-
- name: Download a single artifact linux_app for python 3.7
484+
- name: Download a single artifact macos_app for python 3.12
491485
uses: actions/download-artifact@v3
492486
with:
493-
name: linux_app_py_3.7
487+
name: macos_app_py_3.12
494488
path: dist
495489

496490
- name: Download a single artifact linux_app for python 3.8
@@ -517,10 +511,10 @@ jobs:
517511
name: linux_app_py_3.11
518512
path: dist
519513

520-
- name: Download a single artifact windows_app for python 3.7
514+
- name: Download a single artifact linux_app for python 3.12
521515
uses: actions/download-artifact@v3
522516
with:
523-
name: windows_app_py_3.7
517+
name: linux_app_py_3.12
524518
path: dist
525519

526520
- name: Download a single artifact windows_app for python 3.8
@@ -547,6 +541,12 @@ jobs:
547541
name: windows_app_py_3.11
548542
path: dist
549543

544+
- name: Download a single artifact windows_app for python 3.12
545+
uses: actions/download-artifact@v3
546+
with:
547+
name: windows_app_py_3.12
548+
path: dist
549+
550550
- name: Mock GH release
551551
run: |
552552
ls -al dist
@@ -573,7 +573,7 @@ jobs:
573573
strategy:
574574
fail-fast: true
575575
matrix:
576-
dist_names: ["wheels-3.7", "wheels-3.8", "wheels-3.9", "wheels-3.10", "wheels-3.11", sdists]
576+
dist_names: ["wheels-3.8", "wheels-3.9", "wheels-3.10", "wheels-3.11", "wheels-3.12", sdists]
577577

578578
steps:
579579
- name: Set up Python

0 commit comments

Comments
 (0)