Skip to content

Commit 7b746d4

Browse files
committed
Add python version file
1 parent 4a19b74 commit 7b746d4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- uses: actions/checkout@v5
2525
with:
2626
ref: ${{ github.event.inputs.tag || github.ref }}
27-
27+
2828
- name: Set up Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: "3.12"
31+
python-version: ".python-version"
3232

3333
- name: Verify version matches tag
3434
run: |

.python_version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

0 commit comments

Comments
 (0)