From bbb878ea4ca4a7b5c48e21c23b28f0f1e9986bfb Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sun, 12 Dec 2021 23:57:08 +0000 Subject: [PATCH] Install build requirement --- .github/workflows/release.yml | 1 + requirements/dev-requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcd6c046..03677a3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,6 +63,7 @@ jobs: # Checkout the latest tag - the one we just created. git fetch --tags git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) + python -m pip install build python -m build --sdist --wheel --outdir dist/ . - name: Publish distribution 📦 to PyPI diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index a019a007..37dc458f 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -1,7 +1,6 @@ Sphinx-Substitution-Extensions==2020.9.30.0 autoflake==1.4 black==21.12b0 -build==0.7.0 check-manifest==0.47 doc8==0.10.1 flake8-commas==2.1.0