We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15feb1 commit 073dfd4Copy full SHA for 073dfd4
.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