We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80ac15 commit a89b900Copy full SHA for a89b900
.github/workflows/publish-pypi.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install setuptools wheel
+ pip install setuptools wheel build
34
- name: Build package
35
run: python -m build
36
- name: Publish package
0 commit comments