Fix publish script

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

View file

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