5353 TWINE_PASSWORD : ${{ secrets.TEST_PYPI }}
5454 strategy :
5555 matrix :
56- python-version : [3.11 ]
56+ python-version : [3.12 ]
5757 project :
5858 - repository : rhayes777/PyAutoConf
5959 ref : main
9494 popd
9595 - name : Upload to test PyPI
9696 run : |
97- python3 -m pip install twine==6.0.1
97+ python3 -m pip install twine
9898 pushd "${{ matrix.project.path }}"
9999 python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
100100 popd
@@ -178,7 +178,7 @@ jobs:
178178 strategy :
179179 fail-fast : false
180180 matrix :
181- python-version : [3.11 ]
181+ python-version : [3.12 ]
182182 project :
183183 ${{ fromJSON(needs.find_scripts.outputs.matrix) }}
184184 steps :
@@ -276,7 +276,7 @@ jobs:
276276 strategy :
277277 fail-fast : false
278278 matrix :
279- python-version : [3.11 ]
279+ python-version : [3.12 ]
280280 project :
281281 ${{ fromJSON(needs.find_scripts.outputs.matrix) }}
282282 steps :
@@ -445,7 +445,7 @@ jobs:
445445 - name : Upload to PyPI
446446 if : " ${{ github.event.inputs.skip_release != 'true' }}"
447447 run : |
448- python3 -m pip install twine==6.0.1
448+ python3 -m pip install twine
449449 pushd "${{ matrix.project.path }}"
450450 python3 -m twine upload dist/*
451451
@@ -463,7 +463,7 @@ jobs:
463463 - version_number
464464 strategy :
465465 matrix :
466- python-version : [3.11 ]
466+ python-version : [3.12 ]
467467 workspace :
468468 - repository : Jammy2211/autofit_workspace
469469 name : autofit -
@@ -529,7 +529,7 @@ jobs:
529529 strategy :
530530 fail-fast : false
531531 matrix :
532- python-version : [ 3.11 ]
532+ python-version : [ 3.12 ]
533533 project :
534534 - name : autofit
535535 repository : rhayes777/PyAutoFit
0 commit comments