Skip to content

Commit e428458

Browse files
committed
✨ add versioning plugin
1 parent 0ba1e1e commit e428458

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
curl -sSL https://install.python-poetry.org | python3 -
2525
echo "export PATH=\"$HOME/.local/bin:$PATH\"" >> $GITHUB_ENV
2626
27+
- name: Install poetry-dynamic-versioning plugin
28+
run: poetry self add "poetry-dynamic-versioning[plugin]"
29+
2730
- name: Install dependencies
2831
run: poetry install --no-interaction --no-ansi
2932

0 commit comments

Comments
 (0)