Skip to content

Commit

Permalink
Modify to use pypa/build for package build
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2023
1 parent 663240c commit d66e34a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ commands =
pytest {posargs}

[testenv:build]
basepython = python3.8
deps =
build>=1
twine
wheel
commands =
python setup.py sdist bdist_wheel
python -m build
twine check dist/*.whl dist/*.tar.gz
python setup.py clean --all

[testenv:clean]
skip_install = true
Expand Down

0 comments on commit d66e34a

Please sign in to comment.