fix: Makefile dep

This commit is contained in:
Félix Voituret
2019-11-21 13:07:08 +01:00
parent 543f77a14c
commit 88b60c5879

View File

@@ -35,6 +35,6 @@ feedstock: build
git push -q https://$$FEEDSTOCK_TOKEN@github.com/deezer/$(FEEDSTOCK)
hub pull-request -m "Update spleeter version to $(VERSION)"
deploy: pip-dependencies
deploy:
pip install twine
twine upload dist/*