You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup.py hopefully is up to date, but it doesn't hurt to have a look. Especially package_data for hy code
git clean -dfx
Make sure the new release is tagged (git tag x.y.z -m 'Version x.y.z') and that version.py is up to date (run python3 get_version.py) before making the final distribution packages
python3 setup.py sdist to create the source distribution
python3 setup.py bdist_wheel --universal to create the wheel
Create a new virtualenv and install the created package there for testing