Skip to content

Commit 2e26603

Browse files
committed
bump versions in release workflow as well
1 parent 08b377d commit 2e26603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build_and_upload:
12-
runs-on: 'ubuntu-20.04'
12+
runs-on: 'ubuntu-24.04'
1313
environment: production
1414
permissions:
1515
# id-token for the trusted publisher setup
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-python@v2
2323
name: Install Python
2424
with:
25-
python-version: 3.10
25+
python-version: 3.12
2626

2727
- run: |
2828
pip install packaging

0 commit comments

Comments
 (0)