Skip to content

Commit eb5b7e6

Browse files
authored
Set python-version as string (#479)
1 parent 8779ba8 commit eb5b7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v4
1919
name: Install Python
2020
with:
21-
python-version: 3.10
21+
python-version: "3.10"
2222

2323
- name: Install dependencies
2424
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-python@v4
5454
name: Install Python
5555
with:
56-
python-version: 3.10
56+
python-version: "3.10"
5757
- uses: actions/download-artifact@v3
5858
with:
5959
name: releases

0 commit comments

Comments
 (0)