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 100881a commit 54ebe19Copy full SHA for 54ebe19
.github/workflows/python-publish.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
+ python -m pip install build
26
27
- name: Build
28
0 commit comments