Skip to content

Commit fbabf9e

Browse files
chore(deps): update abatilo/actions-poetry action to v3 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2005f15 commit fbabf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-python@v5
1313
with:
1414
python-version: "3.12"
15-
- uses: abatilo/actions-poetry@v2
15+
- uses: abatilo/actions-poetry@v3
1616
- run: poetry self add "poetry-dynamic-versioning[plugin]"
1717
- run: poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
1818
- run: poetry publish --build

0 commit comments

Comments
 (0)