File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,17 +23,14 @@ clean-dist: clean
2323format :
2424 $(VENV_ACTIVATE ) ; python -m isort . ; python -m black .
2525
26- build : venv
27- $(VENV_ACTIVATE ) ; python setup.py build
28-
2926test : venv
3027 $(VENV_ACTIVATE ) ; python -m pytest
3128
3229dist : venv
33- $(VENV_ACTIVATE ) ; python setup.py sdist bdist_wheel
30+ $(VENV_ACTIVATE ) ; python -m build
3431
3532install : venv
36- $(VENV_ACTIVATE ) ; python setup.py install
33+ $(VENV_ACTIVATE ) ; pip install -e .
3734
3835upload : venv test dist
3936 $(VENV_ACTIVATE ) ; pip install --upgrade twine; twine upload dist/*
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Repository = "https://github.com/localstack/plux"
3030
3131[project .optional-dependencies ]
3232dev = [
33+ " build" ,
3334 " setuptools" ,
3435 " pytest==8.4.1" ,
3536 " black==25.1.0" ,
You can’t perform that action at this time.
0 commit comments