Skip to content

Commit d317ba2

Browse files
committed
fix pypi publish
1 parent d76a71c commit d317ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: '3.x'
2626
- name: Install dependencies
2727
run: |
28-
python -m pip install --upgrade pip; ; pip install twine wheel;
28+
python -m pip install --upgrade pip; pip install twine wheel;
2929
pip install .
3030
- name: Building package
3131
run: python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)