Skip to content

Commit 68a7047

Browse files
committed
ci: fix tag on pypi-publish action
1 parent 889c847 commit 68a7047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: python setup.py sdist bdist_wheel
125125

126126
- name: Publish package
127-
uses: pypa/gh-action-pypi-publish@1.4.1
127+
uses: pypa/gh-action-pypi-publish@v1.4.1
128128
with:
129129
user: __token__
130130
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)