Skip to content

Commit

Permalink
Fix python verison in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB committed Oct 30, 2023
1 parent ae2e8a0 commit ae0b2a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Set up Python 3.1.1
uses: actions/setup-python@v2
with:
python-version: 3.1.1

- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Add Poetry to path
Expand Down

0 comments on commit ae0b2a2

Please sign in to comment.