From fe825ce40db8cfc5dc54c23d76ed563a6c97ca67 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar@subcom.tech>
Date: Sat, 22 Oct 2022 17:36:35 +0530
Subject: [PATCH] fix (cicd): typo

---
 .ci/release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/release.sh b/.ci/release.sh
index a2d93a0..c38e825 100755
--- a/.ci/release.sh
+++ b/.ci/release.sh
@@ -8,6 +8,6 @@ VERSION=${_version#'v'} # remove prefixed 'v' if any
 cp pyproject.toml /tmp/pyproject.toml.1
 poetry version ${VERSION}
 poetry build
-python3 -m pip instal twine --upgrade
+python3 -m pip install twine --upgrade
 twine upload dist/*.whl -u __token__ -p $BITIA_PYPI_TOKEN
 mv /tmp/pyproject.toml.1 pyproject.toml
-- 
GitLab