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 b155233 commit 878d2b4Copy full SHA for 878d2b4
.github/workflows/build-wheels.yml
@@ -57,6 +57,7 @@ jobs:
57
58
- name: Build source and wheel packages
59
run: |
60
+ python3 -m pip install .
61
python3 -m build
62
63
- name: Install the Python wheel
0 commit comments