We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f76808 commit 1b89c49Copy full SHA for 1b89c49
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install -U setuptools wheel twine
+ pip install -U setuptools wheel twine build
31
- name: Build and publish
32
env:
33
TWINE_USERNAME: __token__
0 commit comments