Skip to content

Commit 7d0cc9f

Browse files
committed
upgrade gh-action-pypi-publish to v1.8.10
1 parent 6f0d917 commit 7d0cc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
uses: actions/checkout@v3
1111
- run: python3 -m pip install --upgrade build && python3 -m build
1212
- name: Publish package
13-
uses: pypa/gh-action-pypi-publish@release/v1
13+
uses: pypa/gh-action-pypi-publish@v1.8.10
1414
with:
1515
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)