Skip to content

Commit

Permalink
fix (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia authored Jan 5, 2025
1 parent f2a669e commit 4f4c456
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish-compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
python-version: "3.x"
- name: Install Poetry & export Requirements
env:
POETRY_VERSION: "1.5.1" # Specify the desired Poetry version here
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry self add poetry-dynamic-versioning[plugin]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
python-version: "3.x"
- name: Install Poetry & export Requirements
env:
POETRY_VERSION: "1.5.1" # Specify the desired Poetry version here
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry self add poetry-dynamic-versioning[plugin]
Expand Down

0 comments on commit 4f4c456

Please sign in to comment.