We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b56b9 commit 92fe8f0Copy full SHA for 92fe8f0
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install setuptools wheel
+ pip install setuptools wheel build
27
- name: Build package
28
29
python -m build
0 commit comments