We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2005f15 commit fbabf9eCopy full SHA for fbabf9e
.github/workflows/publish.yaml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-python@v5
13
with:
14
python-version: "3.12"
15
- - uses: abatilo/actions-poetry@v2
+ - uses: abatilo/actions-poetry@v3
16
- run: poetry self add "poetry-dynamic-versioning[plugin]"
17
- run: poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
18
- run: poetry publish --build
0 commit comments