-
clone this repo, hop into the src dir and tweak the codebase as required
-
remove any existing build artifacts
rm -rf build/ dist/ airflow_xtended_api.egg-info/
-
build the codebase
python3 setup.py sdist bdist_wheel
-
(optional) upload build artifacts to testpypi (may require some tweaks in setup.py)
python3 -m twine upload --repository testpypi dist/*