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 f9f008f commit 8763134Copy full SHA for 8763134
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install setuptools wheel
+ pip install setuptools wheel build
28
29
- name: build
30
run: python -m build --sdist
0 commit comments