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 Sep 16, 2023
1 parent 0e60a70 commit bb808eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ commands =

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

Expand Down

0 comments on commit bb808eb

Please sign in to comment.