@@ -457,12 +457,6 @@ jobs:
457
457
name : source_app
458
458
path : dist
459
459
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
-
466
460
- name : Download a single artifact macos_app for python 3.8
467
461
uses : actions/download-artifact@v3
468
462
with :
@@ -487,10 +481,10 @@ jobs:
487
481
name : macos_app_py_3.11
488
482
path : dist
489
483
490
- - name : Download a single artifact linux_app for python 3.7
484
+ - name : Download a single artifact macos_app for python 3.12
491
485
uses : actions/download-artifact@v3
492
486
with :
493
- name : linux_app_py_3.7
487
+ name : macos_app_py_3.12
494
488
path : dist
495
489
496
490
- name : Download a single artifact linux_app for python 3.8
@@ -517,10 +511,10 @@ jobs:
517
511
name : linux_app_py_3.11
518
512
path : dist
519
513
520
- - name : Download a single artifact windows_app for python 3.7
514
+ - name : Download a single artifact linux_app for python 3.12
521
515
uses : actions/download-artifact@v3
522
516
with :
523
- name : windows_app_py_3.7
517
+ name : linux_app_py_3.12
524
518
path : dist
525
519
526
520
- name : Download a single artifact windows_app for python 3.8
@@ -547,6 +541,12 @@ jobs:
547
541
name : windows_app_py_3.11
548
542
path : dist
549
543
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
+
550
550
- name : Mock GH release
551
551
run : |
552
552
ls -al dist
@@ -573,7 +573,7 @@ jobs:
573
573
strategy :
574
574
fail-fast : true
575
575
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]
577
577
578
578
steps :
579
579
- name : Set up Python
@@ -592,6 +592,6 @@ jobs:
592
592
ls -al dist
593
593
594
594
- name : Publish distributions to PyPI
595
- uses : pypa/gh-action-pypi-publish@master
595
+ uses : pypa/gh-action-pypi-publish@release/v1
596
596
with :
597
597
password : ${{ secrets.PYPI_API_TOKEN }}
0 commit comments