Skip to content

Commit 1802ea5

Browse files
authored
Fix release CI (#1733)
1 parent 0509d90 commit 1802ea5

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
@@ -689,7 +689,7 @@ jobs:
689689
- run: twine check --strict dist/*
690690

691691
- name: Publish to PyPI
692-
uses: pypa/gh-action-pypi-publish@v1
692+
uses: pypa/gh-action-pypi-publish@release/v1
693693
with:
694694
skip-existing: true
695695

0 commit comments

Comments
 (0)