Skip to content

Commit 6b3e2a9

Browse files
committed
1 parent a60a087 commit 6b3e2a9

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
@@ -175,7 +175,7 @@ jobs:
175175
path: dist
176176
- name: Publish package
177177
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
178-
uses: pypa/gh-action-pypi-publish@master
178+
uses: pypa/gh-action-pypi-publish@release/v1
179179
with:
180180
user: __token__
181181
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)