mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-04 06:22:25 -04:00
Use newer python -m build to build aprsd wheel
This patch changes the Makefile to make use of the more modern mechanism in python to build a package and wheel.
This commit is contained in:
parent
f15974131c
commit
2abf8bc750
2
Makefile
2
Makefile
@ -56,7 +56,7 @@ test: dev ## Run all the tox tests
|
|||||||
|
|
||||||
build: test ## Make the build artifact prior to doing an upload
|
build: test ## Make the build artifact prior to doing an upload
|
||||||
$(VENV)/pip install twine
|
$(VENV)/pip install twine
|
||||||
$(VENV)/python3 setup.py sdist bdist_wheel
|
$(VENV)/python3 -m build
|
||||||
$(VENV)/twine check dist/*
|
$(VENV)/twine check dist/*
|
||||||
|
|
||||||
upload: build ## Upload a new version of the plugin
|
upload: build ## Upload a new version of the plugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user