Skip to content

Commit 680d090

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.6
1 parent cb63779 commit 680d090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.5
63+
uses: pypa/gh-action-pypi-publish@v1.8.6
6464
with:
6565
user: __token__
6666
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)