Skip to content

Commit 6b42ca7

Browse files
committed
fix(ci): use release/v1 tag for pypi-publish action
1 parent 6b839a9 commit 6b42ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
cat /tmp/wheel_extracted/*/METADATA | head -20
4040
4141
- name: Publish to PyPI
42-
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
42+
uses: pypa/gh-action-pypi-publish@release/v1
4343
with:
4444
verify-metadata: false

0 commit comments

Comments
 (0)