We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11633a commit 65815bbCopy full SHA for 65815bb
.github/workflows/publish.yml
@@ -14,10 +14,11 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v2
17
- - name: Set up Python
18
- uses: actions/setup-python@v1
+ - name: Set up Python 3.10
+ uses: actions/setup-python@v3
19
with:
20
- python-version: 3.8
+ python-version: '3.10'
21
+ architecture: "x64"
22
- name: Install pypa/build
23
run: >-
24
python3 -m
0 commit comments