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 46c5924 commit d9b3c0dCopy full SHA for d9b3c0d
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip
34
- pip install build
+ pip install build setuptools
35
36
- name: Build Package
37
run: python -m build
0 commit comments