@@ -7,9 +7,14 @@ install:
build:
python3 setup.py build
dist:
tarball:
python3 setup.py sdist
wheel:
python3 setup.py bdist_wheel
dist: tarball wheel
upload: clean dist
twine upload dist/*
The note is not visible to the blocked user.