Publishing to pypiΒΆ
Make sure your .pypirc
file exists and includes your pypi API key.
Run these commands from the root of the repository
rm -rf dist
python3 -m build
python3 -m twine upload dist/*
Make sure your .pypirc
file exists and includes your pypi API key.
Run these commands from the root of the repository
rm -rf dist
python3 -m build
python3 -m twine upload dist/*