We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0548bb4 commit dc1d4a9Copy full SHA for dc1d4a9
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
npm install
22
- pip install build
+ pip install build wheel
23
pip install -r requirements.txt
24
- name: Build a binary wheel and a source tarball
25
run: >-
0 commit comments