Skip to content

Commit 0d14bfd

Browse files
authored
fix: fix a way to install poetry-dynamic-versioning for publish.yml (#100)
1 parent 976d7a6 commit 0d14bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install poetry
1313
run: |
1414
pipx install poetry
15-
pipx install poetry-dynamic-versioning
15+
poetry self add "poetry-dynamic-versioning[plugin]"
1616
- name: Setup python
1717
uses: actions/setup-python@v5
1818
with:

0 commit comments

Comments
 (0)