Skip to content

Commit

Permalink
fix: python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Aug 14, 2024
1 parent 8765e14 commit 35c93ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: pip install build maturin twine
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 35c93ac

Please sign in to comment.