mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
chore: update python version in release workflow
This commit is contained in:
committed by
GitHub
parent
e0d66daadb
commit
17af2cbc28
2
.github/workflows/automatic-release.yml
vendored
2
.github/workflows/automatic-release.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.12'
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: pip install -r release-requirements.txt
|
run: pip install -r release-requirements.txt
|
||||||
- name: Execute release
|
- name: Execute release
|
||||||
|
|||||||
Reference in New Issue
Block a user