Skip to content

Commit

Permalink
improve wheel build process
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Oct 1, 2024
1 parent 8098317 commit 8f03b9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include LICENSE
include HISTORY.md
include Containerfile
include requirements.txt
include requirements-dev.txt
graft tests
graft triteia
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ test:
format:
python3 -m black . --exclude 3rdparty
install:
pip3 install -e .
pip3 install -e .
build-whl:
python -m build --no-isolation

0 comments on commit 8f03b9f

Please sign in to comment.