包: Python Pip 身份验证版本为 0. *
Azure DevOps Services
为 pip 可用于安装 Python 分发的客户端提供身份验证。
YAML 代码段
# Python pip authenticate
# Authentication task for the pip client used for installing Python distributions
- task: PipAuthenticate@0
inputs:
artifactFeeds:
#externalFeeds: # Optional
参数
| 参数 | 说明 |
|---|---|
| artifactFeeds | 用于对 pip 进行身份验证的 Azure Artifacts 源的列表。 |
| externalFeeds | 来自外部组织的服务连接列表,用于通过 pip 进行身份验证。 |
任务控制选项 |
开源
此任务在 GitHub 上开放源代码。 欢迎提供反馈和建议。