From 9daa7ba768ebcb06cc7b08ba862fa14f7fb6c97d Mon Sep 17 00:00:00 2001 From: Manish Maharjan Date: Thu, 13 Nov 2025 09:56:52 +0000 Subject: [PATCH] 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