Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit e12c7ce

Browse files
author
Phil Varner
committed
pin python 3.12 for publish
1 parent 2595e95 commit e12c7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.x"
27+
python-version: "3.12"
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)