@@ -0,0 +1,10 @@
build:
rm -rf dist/
pipenv lock -r > requirements.txt
python setup.py sdist
push_test:
twine upload -r testpypi dist/*.tar.gz
push_prod:
twine upload dist/*.tar.gz
The note is not visible to the blocked user.