Skip to content

Commit

Permalink
set python-version as string
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Nov 2, 2023
1 parent 8779ba8 commit e045d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: 3.10
python-version: "3.10"
- uses: actions/download-artifact@v3
with:
name: releases
Expand Down

0 comments on commit e045d6b

Please sign in to comment.