Skip to content

Commit

Permalink
Update publish.yml to use python 3.10 for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo-cunha authored Mar 20, 2024
1 parent 5627704 commit 45e43cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -28,10 +28,10 @@ jobs:
POETRY_VERSION: 1.8.2
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.10
- name: Install dependencies
run: |
pip install poetry==${{ env.POETRY_VERSION }}

0 comments on commit 45e43cb

Please sign in to comment.