Skip to content

Commit

Permalink
thrashfest
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Dec 11, 2023
1 parent 98186a9 commit 8843cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
- name: Checkout source
uses: actions/checkout@v3

- name: Install poetry
run: pipx install poetry==1.7.1

- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'poetry'

- name: Install poetry
run: pipx install poetry==1.7.1

- name: Configure poetry
run: |
poetry self add "poetry-dynamic-versioning[plugin]"
Expand Down

0 comments on commit 8843cf5

Please sign in to comment.