Skip to content

Commit a6e5c8f

Browse files
committed
ci: change python version
1 parent 3ed38f1 commit a6e5c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Set up Python
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v4
2525
with:
26-
python-version: "3.x"
26+
python-version: "3.10"
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)