Skip to content

Commit 0f02665

Browse files
committed
Issue #63: Fix release script version number on ci.yml deploy task.
1 parent 781d850 commit 0f02665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Publish package if tagged release
107107
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
108-
uses: pypa/gh-action-pypi-publish@release/v1.13.0
108+
uses: pypa/gh-action-pypi-publish@v1.13.0
109109
with:
110110
user: __token__
111111
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)