Skip to content

Commit d2c213b

Browse files
committed
ci(release): fix publish to PyPi step
1 parent 2bbdfb1 commit d2c213b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ jobs:
236236
path: dist
237237

238238
- name: Publish to PyPI
239-
run: python -m twine upload dist/*
239+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)