Ubuntu – Azure Devops and uploading a Python package to Artifacts using pipeline | authentication issue
I am trying to use the Azure pipeline to publish a Python package to Artifact's feed. I could do it from my local machine and upload the package using Twine, but I have an authentication issue in the pipeline. trigger:…