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 034b27b commit 184680cCopy full SHA for 184680c
.github/workflows/build.yaml
@@ -40,6 +40,7 @@ jobs:
40
- name: Install requirements
41
run: |
42
python -m pip install --upgrade pip
43
+ python -m pip install --upgrade build
44
pip install -r requirements.txt
45
pip install -r build-requirements.txt
46
- name: Test
.github/workflows/publish.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install dependencies
- pip install -r build-requirements.txt
- name: Build
python -m build --sdist --wheel --outdir dist/
0 commit comments