Skip to content

Commit cc46568

Browse files
Change publish to use support version
1 parent 8aff5e5 commit cc46568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
pip wheel . -w dist
7474
- name: Publish package
75-
uses: pypa/gh-action-pypi-publish@master
75+
uses: pypa/gh-action-pypi-publish@release/v1
7676
with:
7777
user: __token__
7878
password: ${{ secrets.PYPI_DEPLOYMENT_TOKEN }}

0 commit comments

Comments
 (0)