We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113cce6 commit a43351aCopy full SHA for a43351a
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
- name: Install build dependencies
127
run: |
128
python -m pip install --upgrade pip
129
- pip install build twine
+ pip install setuptools wheel twine
130
131
- name: Build package
132
.github/workflows/updater.yml
@@ -123,7 +123,7 @@ jobs:
123
124
125
0 commit comments