Skip to content

Commit

Permalink
Add setup-python to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Krsto Proroković committed Apr 16, 2024
1 parent c651cee commit 818f152
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
run: |
pipx install poetry
# poetry config virtualenvs.path .virtualenvs
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Publish to PyPI
env:
Expand Down

0 comments on commit 818f152

Please sign in to comment.