Skip to content

Commit dfb460d

Browse files
chore(deps): update pypa/gh-action-pypi-publish action to v1.13.0 (#599)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa9ad7a commit dfb460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build package
2121
run: python -m build
2222
- name: Publish package
23-
uses: pypa/gh-action-pypi-publish@v1.12.4
23+
uses: pypa/gh-action-pypi-publish@v1.13.0
2424
with:
2525
user: __token__
2626
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)