Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansarigol authored Jan 29, 2025
1 parent 19f831b commit 8d3e5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
- name: Set up Python 3.10.16
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.10
- name: Install poetry
run: >-
python -m
Expand Down

0 comments on commit 8d3e5fb

Please sign in to comment.