This is the PyPI server of SamplerBox
You can use the following make command to create a new app release:
make bump app=python-midi version=0.3.0Reference the package in your requirements.txt as follows:
--extra-index-url https://sampler-box.github.io/python-package-server/
midi==0.3.0
...