Rafael Almeida
Rafael Almeida

Reputation: 2397

Push replication on pypi repos

I've been trying to setup push replication in pypi repos, however that does not seem to work. If I setup the remote to be a generic repo, then the files get pushed. Otherwise, if it's a pypi repo, then I get the following error:

Error while deploying item 'test:gcovr/3.2/gcovr-3.2-py2.7.egg on Url:http://artifactory/artifactory/api/pypi/testpypi ': Method Not Allowed [405]

When trying to replicate the test repo to testpypi. Am I doing something wrong here? I've tried suffixing with simple or even just a /. Nothing seems to work.

Upvotes: 1

Views: 292

Answers (1)

Dror Bereznitsky
Dror Bereznitsky

Reputation: 20376

You should use the following URL format when configuring the replication:

http://artifactory/artifactory/testpypi

Upvotes: 2

Related Questions