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 3d43b9e commit 6079f28Copy full SHA for 6079f28
1 file changed
.github/workflows/create-release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install build dependencies (pypa/build, twine)
29
run: |
30
pip install -U pip
31
- pip install build
+ pip install build twine
32
33
- name: Build distribution
34
run: python -m build
0 commit comments