From 9daa7ba768ebcb06cc7b08ba862fa14f7fb6c97d Mon Sep 17 00:00:00 2001 From: Manish Maharjan Date: Thu, 13 Nov 2025 09:56:52 +0000 Subject: [PATCH 1/3] DO-1412-remove artifactory --- .github/workflows/build-base-python.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/build-base-python.yml b/.github/workflows/build-base-python.yml index 236a6d1..8252e94 100644 --- a/.github/workflows/build-base-python.yml +++ b/.github/workflows/build-base-python.yml @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy inputs: deploy: type: choice - description: 'Whether to upload base python build to artifactory' + description: 'Whether to upload base python build to Proget' options: - 'no-upload' - 'upload' @@ -87,22 +87,6 @@ jobs: echo "archive_path=$archive_path" >> $GITHUB_ENV echo "shortversion=$shortversion" >> $GITHUB_ENV - - name: Set up JFrog CLI - if: ${{ inputs.deploy == 'upload' }} - uses: jfrog/setup-jfrog-cli@v4 - env: - JF_ENV_1: ${{ secrets.ARTIFACTORY_GH_CCDC_3RDPARTY_PYTHON_INTERPRETERS_READ_WRITE_EXPORT }} - - - name: Upload base python to Artifactory - if: ${{ inputs.deploy == 'upload' }} - shell: bash - run: | - # Upload the base python to Artifactory - jf c use gh-ccdc-3rdparty-python-interpreters-read-write - jfrog rt upload --flat \ - "${{ env.archive_path }}/${{ env.archive_filename }}" \ - "ccdc-3rdparty-python-interpreters/base_python/${{ env.shortversion }}/" - - name: upload base python to ProGet if: ${{ inputs.deploy == 'upload' }} shell: bash From f592efe394e5f511438cc1c1b799bfc4e9538007 Mon Sep 17 00:00:00 2001 From: Manish Maharjan Date: Fri, 21 Nov 2025 15:03:42 +0000 Subject: [PATCH 2/3] DO-1412 update python version to 3.11 --- .github/workflows/build-base-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-base-python.yml b/.github/workflows/build-base-python.yml index 8252e94..de0f07e 100644 --- a/.github/workflows/build-base-python.yml +++ b/.github/workflows/build-base-python.yml @@ -67,7 +67,7 @@ jobs: uses: actions/setup-python@v6 if: ${{ needs.setup.outputs.python == 'python' }} with: - python-version: '3.9' + python-version: '3.11' - name: Set up Python environment run: | From 81eaa7d3e0167cc78a07d854acf4630d2b2f8c22 Mon Sep 17 00:00:00 2001 From: Manish Maharjan <112875432+mmaharjan-ccdc@users.noreply.github.com> Date: Fri, 21 Nov 2025 15:04:39 +0000 Subject: [PATCH 3/3] DO-1412 update artifactory description to ProGet Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/build-base-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-base-python.yml b/.github/workflows/build-base-python.yml index de0f07e..b81eb5f 100644 --- a/.github/workflows/build-base-python.yml +++ b/.github/workflows/build-base-python.yml @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy inputs: deploy: type: choice - description: 'Whether to upload base python build to Proget' + description: 'Whether to upload base python build to ProGet' options: - 'no-upload' - 'upload'