Skip to content

Commit 356af1c

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.12
1 parent b7da0ad commit 356af1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
release-tag: ${{ needs.prepare.outputs.version }}
6161

6262
- name: Upload package to pypi
63-
uses: pypa/gh-action-pypi-publish@v1.8.11
63+
uses: pypa/gh-action-pypi-publish@v1.8.12
6464
with:
6565
user: __token__
6666
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)