Skip to content

Commit 9cd113b

Browse files
authored
Update python-release.yml
1 parent b44414f commit 9cd113b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
pip install --upgrade pip
2424
pip install setuptools wheel
2525
26-
- run: setup.py sdist bdist_wheel
26+
- run: python setup.py sdist bdist_wheel
27+
2728
- run: |
2829
pip install twine
2930

0 commit comments

Comments
 (0)