Skip to content

Commit 4e457a5

Browse files
committed
1 parent d11782b commit 4e457a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
path: dist
101101
- name: Publish package
102102
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
103-
uses: pypa/gh-action-pypi-publish@master
103+
uses: pypa/gh-action-pypi-publish@v1
104104
with:
105105
user: __token__
106106
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)