Spaces:
Sleeping
Sleeping
pablovela5620
commited on
Commit
•
389df50
1
Parent(s):
8baff65
Upload pyproject.toml with huggingface_hub
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -68,7 +68,7 @@ post-install = { cmd = "pwd", depends_on = [
|
|
68 |
|
69 |
_build-wheel = "python -m build --no-isolation"
|
70 |
upload-hf = { cmd = "python tools/upload_to_hf.py", depends_on = [
|
71 |
-
|
72 |
] }
|
73 |
|
74 |
demo = """
|
|
|
68 |
|
69 |
_build-wheel = "python -m build --no-isolation"
|
70 |
upload-hf = { cmd = "python tools/upload_to_hf.py", depends_on = [
|
71 |
+
"_build-wheel",
|
72 |
] }
|
73 |
|
74 |
demo = """
|