Skip to content

Commit 65815bb

Browse files
author
Nicholas Chiu
committed
Updating publishing python version
1 parent f11633a commit 65815bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up Python
18-
uses: actions/setup-python@v1
17+
- name: Set up Python 3.10
18+
uses: actions/setup-python@v3
1919
with:
20-
python-version: 3.8
20+
python-version: '3.10'
21+
architecture: "x64"
2122
- name: Install pypa/build
2223
run: >-
2324
python3 -m

0 commit comments

Comments
 (0)