Skip to content

Commit 184680c

Browse files
author
Alan Christie
committed
ci: Now installs build
1 parent 034b27b commit 184680c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Install requirements
4141
run: |
4242
python -m pip install --upgrade pip
43+
python -m pip install --upgrade build
4344
pip install -r requirements.txt
4445
pip install -r build-requirements.txt
4546
- name: Test

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip
42-
pip install -r build-requirements.txt
42+
python -m pip install --upgrade build
4343
- name: Build
4444
run: |
4545
python -m build --sdist --wheel --outdir dist/

0 commit comments

Comments
 (0)