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)"