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

feat: bitia v0.1.1 is uploaded

parent 67c611b4
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ _version=$(git describe --exact-match --tags HEAD || echo $(poetry version -s).d
VERSION=${_version#'v'} # remove prefixed 'v' if any
poetry version ${VERSION}
poetry build
poetry run twine upload dist/*.whl -u __token__ -p $$BITIA_PYPI_TOKEN || echo "Failed to upload"
poetry run twine upload dist/*.whl -u __token__ -p $BITIA_PYPI_TOKEN || echo "Failed to upload"
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