mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: Makefile dep
This commit is contained in:
2
Makefile
2
Makefile
@@ -35,6 +35,6 @@ feedstock: build
|
|||||||
git push -q https://$$FEEDSTOCK_TOKEN@github.com/deezer/$(FEEDSTOCK)
|
git push -q https://$$FEEDSTOCK_TOKEN@github.com/deezer/$(FEEDSTOCK)
|
||||||
hub pull-request -m "Update spleeter version to $(VERSION)"
|
hub pull-request -m "Update spleeter version to $(VERSION)"
|
||||||
|
|
||||||
deploy: pip-dependencies
|
deploy:
|
||||||
pip install twine
|
pip install twine
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
Reference in New Issue
Block a user