Skip to content

Commit d3c2984

Browse files
committed
Pip auth
1 parent 3c718ae commit d3c2984

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

eng/templates/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
versionSpec: "3.12"
1818
addToPath: true
1919

20+
# The 1ES pool is network-isolated, so direct pypi.org access is blocked.
21+
# Authenticate pip to an ADO Artifacts feed that proxies PyPI as upstream.
22+
- task: PipAuthenticate@1
23+
displayName: "Pip Authenticate"
24+
inputs:
25+
artifactFeeds: "internal/PythonSDK_Internal_PublicPackages"
26+
2027
# Install build + lint tooling
2128
- script: |
2229
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)