support projects that use the python3 variation of the pypi job
During the transition phase projects may use either the python2 (default) or python3 version of the pypi publshing jobs. Change-Id: I2759696347f2226499b4a8b3ee7dfa0d2c06c310 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
6ff12cdd79
commit
cf8f068507
@ -87,15 +87,19 @@ _RELEASE_JOBS_FOR_TYPE = {
|
||||
'python-service': [
|
||||
'release-openstack-server',
|
||||
'publish-to-pypi',
|
||||
'publish-to-pypi-python3',
|
||||
],
|
||||
'python-pypi': [
|
||||
'publish-to-pypi',
|
||||
'publish-to-pypi-python3',
|
||||
],
|
||||
'neutron': [
|
||||
'publish-to-pypi-neutron',
|
||||
'publish-to-pypi-neutron-python3',
|
||||
],
|
||||
'horizon': [
|
||||
'publish-to-pypi-horizon',
|
||||
'publish-to-pypi-horizon-python3',
|
||||
],
|
||||
'nodejs': [
|
||||
'nodejs4-publish-to-npm',
|
||||
|
Loading…
Reference in New Issue
Block a user