Skip to content

Commit

Permalink
update build commands to flit
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Apr 12, 2023
1 parent 61cf62a commit 19c38b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ coverage: ## Generate coverage report
@coverage html

build: clean ## Build python wheel package
@python setup.py bdist_wheel
@flit build
@ls -l dist
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ goto :eof
:build
rmdir /s /q .\build
rmdir /s /q .\dist
python setup.py bdist_wheel
flit build
dir .\dist
goto :eof

0 comments on commit 19c38b9

Please sign in to comment.