Skip to content

Commit aa20fb4

Browse files
committed
Update azure-pipelines-publish-pypi.yml for Azure Pipelines
1 parent 605fc77 commit aa20fb4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.azurepipelines/azure-pipelines-publish-pypi.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,9 @@ extends:
3838
stages:
3939
- stage: publishTasks
4040
displayName: PublishTasks
41-
4241
jobs:
4342
- job: publishJob
4443
displayName: PublishJob
45-
pool:
46-
name: MSSecurity-1ES-Build-Agents-Pool
47-
image: MSSecurity-1ES-Windows-2022
48-
os: windows
4944
variables:
5045
- name: DistDir
5146
value: $(Pipeline.Workspace)\${{ parameters.Artifact }}
@@ -70,7 +65,7 @@ extends:
7065

7166
- task: PipAuthenticate@1
7267
inputs:
73-
artifactFeeds: 1ESToolsOrgFeed
68+
artifactFeeds: PyPIInternalFeed
7469
displayName: 'Authenticate pip for internal feed'
7570

7671
- task: TwineAuthenticate@1

0 commit comments

Comments
 (0)