Skip to content

Commit a276815

Browse files
authored
learning patterns the hard way
1 parent 49594ba commit a276815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azurePipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ stages:
214214
- task: DownloadPipelineArtifact@2
215215
inputs:
216216
artifactName: 'drop'
217-
patterns: '**/*.(whl|tar.gz)'
217+
patterns: '**/*.@(whl|tar.gz)'
218218
path: $(Pipeline.Workspace)
219219
- task: TwineAuthenticate@1
220220
inputs:

0 commit comments

Comments
 (0)