0

I am using Artifacts feeds of Dev Ops for python package distribution, I used my default feed precrated inside artifacts of my own "Organization" and I can upload by "twine" python tool (a package) but not in the feed created by me ( not default). I have to create the feed because I want to do it the same in my employer organization and there is no default feed bacuase there are a lot projects and so. when I try to upload to created feed (Not deafult) to Dev Ops through twine function tells me that it doesnt exist. I am absolutely sure it exist and you can see it in the images, and if I try to do it in my employer dev ops organization it happen the same.

Twine error

Exisitig Feed

Snowww
  • 1
  • 2

1 Answers1

0

Artifact feed python twine doesnt find it

This is a know issue about the Project-scoped feed.

Microsoft recently changed the default scope level for new feeds to Project instead of Organization, which broke several Azure Pipeline tasks. Older feeds don't to be affected by this issue.

Check this thread:

New feeds are now by default project-scoped and a required fix for the pipeline tasks failed to get deployed. We are pushing out a hotfix to update to the newest pipeline task versions and it should be out by the end of the day.

So, the easiest solution is to use the old feed.

Hope this helps.

Leo Liu
  • 71,098
  • 10
  • 114
  • 135