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 ed57b2c commit 582d2cfCopy full SHA for 582d2cf
1 file changed
.github/workflows/publish.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install setuptools wheel twine
+ pip install setuptools wheel twine build
24
- name: Build and publish to PyPI
25
env:
26
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments