Newer
Older
_version=$(git describe --exact-match --tags HEAD || echo $(poetry version -s).dev$(date +%Y%m%d))
VERSION=${_version#'v'} # remove prefixed 'v' if any
twine upload dist/*.whl -u __token__ -p $BITIA_PYPI_TOKEN
_version=$(git describe --exact-match --tags HEAD || echo $(poetry version -s).dev$(date +%Y%m%d))
VERSION=${_version#'v'} # remove prefixed 'v' if any
twine upload dist/*.whl -u __token__ -p $BITIA_PYPI_TOKEN