Make publish.sh install keyring by default

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-07-23 18:52:12 +03:00
parent 5c5faaf3ed
commit 139d47d17f
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2

View file

@ -3,7 +3,7 @@
set -xe
main() {
python3 -m pip install setuptools wheel twine
python3 -m pip install setuptools wheel twine keyring
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
}