We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b46bb commit 80ef46dCopy full SHA for 80ef46d
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- pip install setuptools wheel twine
+ pip install setuptools wheel twine build
22
- name: Build and publish
23
env:
24
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments