Files
mayan-edms/contrib/scripts/make_dists.sh

5 lines
97 B
Bash

#!/bin/sh
python setup.py sdist
pip wheel --no-index --no-deps --wheel-dir dist dist/*.tar.gz