Skip to content

Commit

Permalink
Use "whey" as the build backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 3, 2021
1 parent ed2e790 commit f131517
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
twine>=3.2.0
pep517>=0.9.1
virtualenv
git+https://github.com/domdfcoding/build@issue-250
check-wheel-contents>=0.1.0
twine>=3.2.0
commands =
python -m pep517.build --source --binary "{toxinidir}"
python -m build --sdist --wheel "{toxinidir}"
twine check dist/*.tar.gz dist/*.whl
check-wheel-contents dist/

Expand Down

0 comments on commit f131517

Please sign in to comment.