Skip to content

Commit 7666999

Browse files
committed
Correct error in python-publish.yaml
1 parent 31a6f57 commit 7666999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install build
3333
- name: check tag
3434
id: check-tag
35-
run: ./check_tag.py
35+
run: python check_tag.py
3636
- name: Build package
3737
run: python -m build
3838
- name: Publish package

0 commit comments

Comments
 (0)