Skip to content

Commit 6b76860

Browse files
committed
CI fix
1 parent f83ce6c commit 6b76860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737
- name: Build wheel
38-
run: python build -m .
38+
run: python -m build .
3939
- name: PyInstaller
4040
run: pyinstaller --name rabbit-hunter --onefile ./rabbithunter/__main__.py
4141
- name: Upload Wheel and Exe

0 commit comments

Comments
 (0)