microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.42k stars 2.58k forks source link

[enhancement]: Support poetry in PipAuthenticate #19994

Open WimYedema opened 2 weeks ago

WimYedema commented 2 weeks ago

Task name

PipAuthenticate@1

Describe your feature request here

When using private azure artifacts as a PyPI you need to use PipAuthenticate to fetch packages. This work with pip, but not with poetry. It would be great if this action would set POETRY_HTTPBASIC{Service Connection}_PASSWORD such that using poetry in this situation is not so cumbersome.

Joshwlks commented 1 week ago

Hi @WimYedem, commenting as I would also like this feature. How are you currently getting around it? Do you set the password manually somehow?