Skip to content

Commit 1a34590

Browse files
authored
Update PyPI publish action to version 1.13.0
1 parent cf89c7b commit 1a34590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Publish
4747
if: ${{ 'release' == github.event_name }}
48-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
48+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 - 2025.09.04
4949
with:
5050
user: __token__
5151
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)