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 3b568a2 commit 3ef4ebaCopy full SHA for 3ef4eba
1 file changed
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip
34
- pip install wheel twine
+ pip install setuptools wheel twine
35
36
- name: Build distributions
37
0 commit comments