Skip to content

Commit

Permalink
chore: add build
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Sep 24, 2023
1 parent fa41e3b commit 879ac5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test:
cov:
pytest --verbose --cov-report term --cov-report xml --cov=xhs tests/
build_wheel:
python setup.py sdist bdist_wheel
python -m build
rm -fr build .egg xhs.egg-info
upload:
make build_wheel
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ tox
pytest
pytest-cov
twine
build
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
license_file = LICENSE
license_files = LICENSE

[tool:pytest]
addopts = -v --cov=xhs --cov-report term --cov-report xml
Expand Down

0 comments on commit 879ac5a

Please sign in to comment.