- In a virtual env, install package via:
python setup.py install
. Run a sampledbt-init
command to confirm that it works. - Clear out the
dist/
folder - Bump the version number in setup.py
- Switch back to your
dbt-init-dev
virtualenv (which has thetwine
andwheel
packages installed). Runpython setup.py bdist_wheel
-- check that the right starter project files were included in the.whl
file. - Run
twine upload dist/*