Skip to content
Snippets Groups Projects
Commit fe825ce4 authored by dilawar's avatar dilawar :ant:
Browse files

fix (cicd): typo

parent 584f301a
No related branches found
No related tags found
1 merge request!14v0.2.1
Pipeline #4134 passed with stages
in 4 minutes and 2 seconds
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment