Skip to content

Commit 9b2d0ee

Browse files
committed
Update release action to pypa/gh-action-pypi-publish@release/v1
1 parent fc540d2 commit 9b2d0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
artifacts: "dist/*"
9292
token: ${{ secrets.GITHUB_TOKEN }}
9393
- name: Publish
94-
uses: pypa/gh-action-pypi-publish@master
94+
uses: pypa/gh-action-pypi-publish@release/v1
9595
with:
9696
user: __token__
9797
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)