pablovela5620 commited on
Commit
c732d6e
·
verified ·
1 Parent(s): 979ef55

Upload pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -40,7 +40,7 @@ scripts = [".pixi.sh"]
40
  [tool.pixi.tasks]
41
  _install-wheel = "python -m pip install $WHL_PATH --force-reinstall"
42
  build-wheel = "rm -r dist && python -m pip install build && python -m build"
43
- upload-hf = "pwd"
44
 
45
  [tool.pixi.tasks.download-example]
46
  cmd = """
 
40
  [tool.pixi.tasks]
41
  _install-wheel = "python -m pip install $WHL_PATH --force-reinstall"
42
  build-wheel = "rm -r dist && python -m pip install build && python -m build"
43
+ upload-hf = "python tools/upload_to_hf.py"
44
 
45
  [tool.pixi.tasks.download-example]
46
  cmd = """