Skip to content

Commit e652ba0

Browse files
authored
Merge pull request #542 from Sichao25/debug
debug workflow
2 parents d9c87cb + d96047b commit e652ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build package
4646
run: python setup.py sdist bdist_wheel
4747
- name: Publish package
48-
uses: pypa/gh-action-pypi-publish@v1
48+
uses: pypa/gh-action-pypi-publish@release/v1
4949
with:
5050
verbose: true
5151
repository-url: https://upload.pypi.org/legacy/

0 commit comments

Comments
 (0)