Skip to content

Commit

Permalink
rllease
Browse files Browse the repository at this point in the history
  • Loading branch information
raddessi committed Jan 28, 2024
1 parent ded26af commit 8ed1c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"

- name: Install build dependencies
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8ed1c56

Please sign in to comment.