We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ed799 commit ea2459cCopy full SHA for ea2459c
.github/workflows/release.yml
@@ -13,10 +13,12 @@ jobs:
13
python-version: 3.8.13
14
15
- name: Run image
16
- uses: abatilo/actions-poetry@v2.1.26
+ uses: abatilo/actions-poetry@v2.1.6
17
with:
18
poetry-version: 1.2.0
19
- name: View poetry --help
20
run: poetry --version
21
+ - name: "Add dynamic versioning plugin"
22
+ run: poetry self add "poetry-dynamic-versioning[plugin]"
23
- name: Publish
24
run: poetry --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__
0 commit comments