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 46f2f7a commit f5bf8e5Copy full SHA for f5bf8e5
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install -U pip
24
- python -m pip install -U setuptools twine wheel
+ python -m pip install -U build setuptools twine wheel
25
26
- name: Build package
27
0 commit comments