To make changes to this project, first clone this repository:
git clone [email protected]:torchbox/buckup.git
cd buckup
With your preferred virtualenv activated, install testing dependencies:
pip install -e .
First make sure to update the version number in setup.cfg
and the CHANGELOG. Then,
pip install wheel twine build
rm -rf dist/*
python -m build
twine upload dist/*