Skip to content

Commit

Permalink
Update .github/workflows/publish-to-test-pypi.yml
Browse files Browse the repository at this point in the history
Quoted python-version

Co-authored-by: Ariel Rokem <[email protected]>
  • Loading branch information
maouw and arokem authored Mar 25, 2024
1 parent 2be3d0b commit be816b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: "3.11"
- name: Install pep517
run: >-
python -m
Expand Down

0 comments on commit be816b9

Please sign in to comment.