Skip to content

Commit

Permalink
fix(Jack): add poetry in semantic release action
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTheMico committed Aug 26, 2022
1 parent 9a0686e commit 004f28e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
- name: Check out
uses: actions/checkout@v3

- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
name: Setup Python
with:
python-version: 3.7.9
cache: poetry
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
Expand Down

0 comments on commit 004f28e

Please sign in to comment.