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 bee51ad commit 7b26357Copy full SHA for 7b26357
.github/workflows/build.yaml
@@ -50,6 +50,8 @@ jobs:
50
with:
51
python-version: 3.9
52
cache: 'pip'
53
+ - name: Install dependencies
54
+ run: pip install build
55
- name: Build
56
run: python -m build --sdist .
57
- name: Publish package distributions to PyPI
0 commit comments