diff --git a/.github/template_gitref b/.github/template_gitref index e6aebec4b0..bff7b99300 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-300-gb64deac +2021.08.26-301-g83f0607 diff --git a/.github/workflows/scripts/publish_client_pypi.sh b/.github/workflows/scripts/publish_client_pypi.sh index d7d8ced20b..1de078116f 100755 --- a/.github/workflows/scripts/publish_client_pypi.sh +++ b/.github/workflows/scripts/publish_client_pypi.sh @@ -27,7 +27,7 @@ then exit fi -twine upload -u pulp -p "$PYPI_API_TOKEN" \ +twine upload -u __token__ -p "$PYPI_API_TOKEN" \ "dist/pulpcore_client-$VERSION-py3-none-any.whl" \ "dist/pulpcore-client-$VERSION.tar.gz" \ ;