Skip to content

Commit

Permalink
upgrade python version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai authored and omad committed Nov 30, 2023
1 parent e90edd1 commit 5616fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: "3.10"

- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: "3.10"

- name: Install Twine
run: |
Expand Down

0 comments on commit 5616fc4

Please sign in to comment.