5
0
Bifurcation 2

fix(make): use python from venv in 'dist' target

main
Jérôme Lebleu 2021-08-17 12:04:46 +02:00
Parent 7252fb376a
révision ba5a66c2f3
1 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -43,6 +43,6 @@ release: dist # Package and upload a release
twine upload dist/*
dist: clean # Build source and wheel package
python setup.py sdist
python setup.py bdist_wheel
$(PYTHON) setup.py sdist
$(PYTHON) setup.py bdist_wheel
ls -l dist