Skip to content

Commit

Permalink
Update python-publish-manual.yml Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM authored Jan 16, 2025
1 parent 571905a commit 3a4217e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.7'
python-version: '3.8.0'

- name: Install dependencies
run: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.7'
python-version: '3.8.0'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3a4217e

Please sign in to comment.