Skip to content

Commit

Permalink
update actions-poetry and use new plugin feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mammo0 committed Feb 1, 2024
1 parent d144934 commit c3093f9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
# install the test dependencies
- name: Install test dependencies
run: |
Expand All @@ -50,10 +50,9 @@ jobs:
with:
python-version: "3.7"
- name: Set up Poetry
uses: abatilo/actions-poetry@v2
- name: Add dynamic versioning plugin
run: |
poetry self add "poetry-dynamic-versioning[plugin]"
uses: abatilo/actions-poetry@v3
with:
poetry-plugins: "poetry-dynamic-versioning[plugin]"
# build the package
- name: Build package
run: |
Expand Down

0 comments on commit c3093f9

Please sign in to comment.