Skip to content

Commit

Permalink
Install build requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Dec 12, 2021
1 parent 955629c commit bbb878e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bbb878e

Please sign in to comment.