pablovela5620 commited on
Commit
389df50
1 Parent(s): 8baff65

Upload pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
- # "_build-wheel",
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 = """