Skip to content

Commit

Permalink
Update release CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Apr 21, 2023
1 parent 55ecb08 commit 306f382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: '3.10'
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
uses: gi0baro/setup-poetry-bin@v1.3
with:
virtualenvs-in-project: true
- name: Publish
Expand Down

0 comments on commit 306f382

Please sign in to comment.