We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78874f commit 716a0dcCopy full SHA for 716a0dc
.github/workflows/package.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
with:
23
- python-version: '3.11'
+ python-version: '3.12'
24
- name: Get version tag
25
id: get_version
26
uses: battila7/get-version-action@v2
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
- python-version: '3.9'
75
76
77
@@ -119,7 +119,7 @@ jobs:
119
- uses: actions/checkout@v4
120
- uses: actions/setup-python@v5
121
122
123
124
125
0 commit comments