Skip to content

Commit

Permalink
Fix Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Apr 12, 2024
1 parent 0d23b97 commit d4c358e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v5.0.0
name: Install Python
with:
python-version: 3.11
python-version: "3.11"

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

0 comments on commit d4c358e

Please sign in to comment.