Skip to content

Commit

Permalink
ci(release): Sets the Python version of the release workflow to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aiakide committed Jan 16, 2024
1 parent 9ae27f9 commit 8035aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
ref: 'main'
fetch-depth: 0
token: ${{ secrets.RELEASE_WORKFLOW }}
- name: 🐍Setup Python ${{ matrix.python-version }}
- name: 🐍Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.10
- name: 🔨 Setup poetry
uses: abatilo/[email protected]
with:
Expand Down

0 comments on commit 8035aaf

Please sign in to comment.