From e9498210849203bdc127fc8c7688b0764dab4ee6 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 14 Jan 2024 02:41:36 +0000 Subject: [PATCH] Update CI files [noissue] --- .github/template_gitref | 2 +- .github/workflows/scripts/before_install.sh | 1 + .github/workflows/scripts/publish_client_pypi.sh | 2 +- .github/workflows/scripts/publish_plugin_pypi.sh | 2 +- docs/template_gitref | 2 +- template_config.yml | 3 +-- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/template_gitref b/.github/template_gitref index 93f101901..bff7b9930 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-296-g466c79b +2021.08.26-301-g83f0607 diff --git a/.github/workflows/scripts/before_install.sh b/.github/workflows/scripts/before_install.sh index 80a4383b0..f00aea7cc 100755 --- a/.github/workflows/scripts/before_install.sh +++ b/.github/workflows/scripts/before_install.sh @@ -67,6 +67,7 @@ fi if [[ "$TEST" = "lowerbounds" ]]; then python3 .ci/scripts/calc_deps_lowerbounds.py > lowerbounds_constraints.txt + sed -i 's/\[.*\]//g' lowerbounds_constraints.txt fi if [ -f $POST_BEFORE_INSTALL ]; then diff --git a/.github/workflows/scripts/publish_client_pypi.sh b/.github/workflows/scripts/publish_client_pypi.sh index 0fc47b9cd..f4d6e910d 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_container_client-$VERSION-py3-none-any.whl" \ "dist/pulp_container-client-$VERSION.tar.gz" \ ; diff --git a/.github/workflows/scripts/publish_plugin_pypi.sh b/.github/workflows/scripts/publish_plugin_pypi.sh index 35dc166db..267ee53e6 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_container-$VERSION-py3-none-any.whl" \ "dist/pulp-container-$VERSION.tar.gz" \ ; diff --git a/docs/template_gitref b/docs/template_gitref index 93f101901..bff7b9930 100644 --- a/docs/template_gitref +++ b/docs/template_gitref @@ -1 +1 @@ -2021.08.26-296-g466c79b +2021.08.26-301-g83f0607 diff --git a/template_config.yml b/template_config.yml index 7cf9162ea..0a6ff47ce 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/ @@ -71,7 +71,6 @@ pulp_settings_s3: flatpak_index: false pulpprojectdotorg_key_id: aa499d7938ed pydocstyle: true -pypi_username: pulp python_version: '3.8' release_email: pulp-infra@redhat.com release_user: pulpbot