We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d15feb1 + 073dfd4 commit 1be3aacCopy full SHA for 1be3aac
.github/workflows/pypi.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install dependencies
15
run: |
16
python -m pip install --upgrade pip
17
- pip install setuptools wheel twine
+ pip install setuptools wheel twine build
18
- name: Build and publish
19
env:
20
TWINE_USERNAME: __token__
0 commit comments