Skip to content

Commit 0cb82bb

Browse files
committed
ci: change pypa/gh-action-pypi-publish@release/v1
1 parent 0c81200 commit 0cb82bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build dists
2121
run: make build
2222
- name: Pypi Publish
23-
uses: pypa/gh-action-pypi-publish@master
23+
uses: pypa/gh-action-pypi-publish@release/v1
2424
with:
2525
user: __token__
2626
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)