5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/sh
|
|
|
|
python setup.py sdist
|
|
pip wheel --no-index --no-deps --wheel-dir dist dist/*.tar.gz
|