We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83ce6c commit 6b76860Copy full SHA for 6b76860
.github/workflows/python-app.yml
@@ -35,7 +35,7 @@ jobs:
35
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- name: Build wheel
38
- run: python build -m .
+ run: python -m build .
39
- name: PyInstaller
40
run: pyinstaller --name rabbit-hunter --onefile ./rabbithunter/__main__.py
41
- name: Upload Wheel and Exe
0 commit comments