Skip to content

Commit be816b9

Browse files
maouwarokem
andauthored
Update .github/workflows/publish-to-test-pypi.yml
Quoted python-version Co-authored-by: Ariel Rokem <[email protected]>
1 parent 2be3d0b commit be816b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python 3.11
1111
uses: actions/setup-python@v5
1212
with:
13-
python-version: 3.11
13+
python-version: "3.11"
1414
- name: Install pep517
1515
run: >-
1616
python -m

0 commit comments

Comments
 (0)