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 91ad809 commit 2d0d57bCopy full SHA for 2d0d57b
.github/workflows/python-package.yml
@@ -49,7 +49,7 @@ jobs:
49
poetry install --with dev
50
- name: Build wheel
51
run: |
52
- python build
+ poetry build
53
- name: Lint with flake8
54
55
# stop the build if there are Python syntax errors or undefined names
0 commit comments