Build sklearn transformer

This commit is contained in:
2022-11-27 11:35:21 +01:00
parent 6f4c650af9
commit f843c938fc
12 changed files with 152 additions and 44 deletions

View File

@@ -16,9 +16,13 @@ push: ## Push code with tags
build: ## Build package
rm -fr dist/*
rm -fr build/*
#python setup.py build_ext
python -m build
buildext: ## Build extension
rm -fr dist/*
rm -fr build/*
python setup.py build_ext
audit: ## Audit pip
pip-audit