Skip to content

Commit e276b06

Browse files
committed
Fix the PyPI upload version number.
1 parent 77cf606 commit e276b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
path: dist
111111
- name: Publish package
112112
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
113-
uses: pypa/gh-action-pypi-publish@v1
113+
uses: pypa/gh-action-pypi-publish@release/v1
114114
with:
115115
user: __token__
116116
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)