From f0591c19f1560d655c606eadd8d5666d2bac342a Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 12 Jul 2018 07:13:55 +1000 Subject: [PATCH] Enable publishing to pypi for neutron-tempest-plugin As this is fresh ground I picked the python3 job so wer don't have debt. I registered the package on pypi yesterday and added openstckci >>> import xmlrpc.client >>> client = xmlrpc.client.ServerProxy('https://pypi.org/pypi') >>> client.package_roles('neutron_tempest_plugin') [['Owner', 'openstackci'], ['Owner', 'o-tony']] Change-Id: I32a191befacb94aac316f91e847903aa8b4ea28f --- zuul.d/projects.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 81cf24b8ec..1eea8046c0 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -9280,6 +9280,7 @@ templates: - check-requirements - tempest-plugin-jobs + - publish-to-pypi-python3 gate: queue: integrated