From 5c0b762c8968dc814bf07e3f783f581f00bc1ed0 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 14 Jan 2024 02:39:43 +0000 Subject: [PATCH] Update CI files [noissue] --- .github/template_gitref | 2 +- .github/workflows/scripts/publish_client_pypi.sh | 2 +- .github/workflows/scripts/publish_plugin_pypi.sh | 2 +- docs/template_gitref | 2 +- template_config.yml | 3 +-- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/template_gitref b/.github/template_gitref index be06b713..bff7b993 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-299-g3561326 +2021.08.26-301-g83f0607 diff --git a/.github/workflows/scripts/publish_client_pypi.sh b/.github/workflows/scripts/publish_client_pypi.sh index e7d7bffc..c3e095e5 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_PASSWORD" \ +twine upload -u __token__ -p "$PYPI_API_TOKEN" \ "dist/pulp_gem_client-$VERSION-py3-none-any.whl" \ "dist/pulp_gem-client-$VERSION.tar.gz" \ ; diff --git a/.github/workflows/scripts/publish_plugin_pypi.sh b/.github/workflows/scripts/publish_plugin_pypi.sh index 2f6678ac..735a12d4 100755 --- a/.github/workflows/scripts/publish_plugin_pypi.sh +++ b/.github/workflows/scripts/publish_plugin_pypi.sh @@ -27,7 +27,7 @@ then exit fi -twine upload -u pulp -p "$PYPI_PASSWORD" \ +twine upload -u __token__ -p "$PYPI_API_TOKEN" \ "dist/pulp_gem-$VERSION-py3-none-any.whl" \ "dist/pulp-gem-$VERSION.tar.gz" \ ; diff --git a/docs/template_gitref b/docs/template_gitref index be06b713..bff7b993 100644 --- a/docs/template_gitref +++ b/docs/template_gitref @@ -1 +1 @@ -2021.08.26-299-g3561326 +2021.08.26-301-g83f0607 diff --git a/template_config.yml b/template_config.yml index 89072ff3..e9b62849 100644 --- a/template_config.yml +++ b/template_config.yml @@ -1,7 +1,7 @@ # This config represents the latest values used when running the plugin-template. Any settings that # were not present before running plugin-template have been added with their default values. -# generated with plugin_template@2021.08.26-276-g45ce134 +# generated with plugin_template@2021.08.26-301-g83f0607 additional_repos: [] api_root: /pulp/ @@ -61,7 +61,6 @@ pulp_settings_s3: - sha512 pulpprojectdotorg_key_id: null pydocstyle: true -pypi_username: None python_version: '3.8' release_email: pulp-infra@redhat.com release_user: pulpbot