1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
django-client-reverse/scripts/distribute

10 lines
166 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
echo ">> Building Packages..."
python setup.py build sdist
echo ">> Uploading Packages to PyPi..."
twine upload dist/* -u TheOrangeOne