Skip to content

Commit

Permalink
wrap Python3.10 in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Oct 10, 2022
1 parent 55d6dff commit d164d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
with:
python-version: 3.10
python-version: "3.10"
- name: "Install dependencies"
run: "pip install -r requirements/dev-requirements.txt"
- name: "Publish to PyPI"
Expand Down

0 comments on commit d164d4a

Please sign in to comment.