You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# check current version
poetry version
# update version in taxus/__init__.py
# tests and coverage reports
poetry run coverage run
poetry run coverage report
# build
poetry build
# publish
poetry publish