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 a4b14ca commit 1d95060Copy full SHA for 1d95060
.github/workflows/wheels.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Build and build sdist package
27
run: |
28
- python setup.py build
+ poetry run python setup.py build
29
poetry run python setup.py sdist
30
31
- name: Build wheel package
0 commit comments