Skip to content

Commit bb3ad34

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.8
1 parent f63868e commit bb3ad34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.6
63+
uses: pypa/gh-action-pypi-publish@v1.8.8
6464
with:
6565
user: __token__
6666
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)