The strudel-cli is a command-line tool for bootstrapping web applications based on the STRUDEL Design System.
In order to publish, you will have to authenticate with pypi and your account must have permission to administer the strudel-cli package on pypi.
rm -rf dist && python -m build
This will generate .whl
and .tar.gz
files in the dist/
folder.
python -m twine upload --repository pypi dist/*