- In a virtual env, install package via:
python setup.py install. Run a sampledbt-initcommand to confirm that it works. - Clear out the
dist/folder - Bump the version number in setup.py
- Switch back to your
dbt-init-devvirtualenv (which has thetwineandwheelpackages installed). Runpython setup.py bdist_wheel-- check that the right starter project files were included in the.whlfile. - Run
twine upload dist/*
This repository was archived by the owner on Nov 11, 2024. It is now read-only.