From 55e8e01a085f563963e779298d0ae30b535c1442 Mon Sep 17 00:00:00 2001 From: Victoria Hall Date: Thu, 2 Apr 2026 11:47:06 -0500 Subject: [PATCH] fix feed name --- eng/ci/official-build.yml | 2 +- eng/templates/official/jobs/build-artifacts.yml | 2 +- eng/templates/official/jobs/publish-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/ci/official-build.yml b/eng/ci/official-build.yml index ace115e5..8a6dcacd 100644 --- a/eng/ci/official-build.yml +++ b/eng/ci/official-build.yml @@ -49,4 +49,4 @@ extends: jobs: - template: /eng/templates/jobs/ci-tests.yml@self parameters: - artifactFeed: 'internal/PythonSDK_Internal_TestPackages' + artifactFeed: 'internal/PythonSDK_Internal_PublicPackages' diff --git a/eng/templates/official/jobs/build-artifacts.yml b/eng/templates/official/jobs/build-artifacts.yml index b3c7a5a0..12426c57 100644 --- a/eng/templates/official/jobs/build-artifacts.yml +++ b/eng/templates/official/jobs/build-artifacts.yml @@ -24,7 +24,7 @@ jobs: - task: PipAuthenticate@1 displayName: 'Pip Authenticate' inputs: - artifactFeeds: 'internal/PythonSDK_Internal_TestPackages' + artifactFeeds: 'internal/PythonSDK_Internal_PublicPackages' - bash: | python -m pip install -U pip python -m pip install build diff --git a/eng/templates/official/jobs/publish-release.yml b/eng/templates/official/jobs/publish-release.yml index 89940ac1..cb64fc5b 100644 --- a/eng/templates/official/jobs/publish-release.yml +++ b/eng/templates/official/jobs/publish-release.yml @@ -242,7 +242,7 @@ jobs: - task: PipAuthenticate@1 displayName: 'Pip Authenticate' inputs: - artifactFeeds: internal/PythonSDK_Internal_TestPackages + artifactFeeds: internal/PythonSDK_Internal_PublicPackages - pwsh: | $newLibraryVersion = "${{ parameters.libraryVersion }}" $pypiToken = "$(PypiToken)"