3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
python setup.py sdist bdist_wheel
|
|
cp ./dist/ray_web-0.0.1-py3-none-any.whl ../web
|