Skip to content

Commit 9ba4778

Browse files
committed
[core] pinned python version for publishing
1 parent ac2fab4 commit 9ba4778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.x"
19+
python-version: "3.13"
2020

2121
- name: Build release distributions
2222
run: |

.github/workflows/python-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.x"
20+
python-version: "3.13"
2121

2222
- name: Build release distributions
2323
run: |

0 commit comments

Comments
 (0)