Skip to content

Commit ea2459c

Browse files
committed
fix: pipeline
1 parent f1ed799 commit ea2459c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
python-version: 3.8.13
1414

1515
- name: Run image
16-
uses: abatilo/actions-poetry@v2.1.26
16+
uses: abatilo/actions-poetry@v2.1.6
1717
with:
1818
poetry-version: 1.2.0
1919
- name: View poetry --help
2020
run: poetry --version
21+
- name: "Add dynamic versioning plugin"
22+
run: poetry self add "poetry-dynamic-versioning[plugin]"
2123
- name: Publish
2224
run: poetry --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__

0 commit comments

Comments
 (0)