Sync publish-to-pypi templates
The publish-to-pypi-python3 template should work for all repos, there's no need to have two versions. Sync the jobs and declare publish-to-pypi as normal one and publish-to-pypi-python3 as obsolete. Change-Id: I120c8ca4eb9492cf34ccbb51cfb5b219e7036419 Depends-On: https://review.openstack.org/615236 Needed-By: https://review.openstack.org/615239
This commit is contained in:
parent
887c5bf241
commit
b4cc8e76a2
@ -176,6 +176,12 @@
|
||||
description: |
|
||||
Publish a Python package to PyPI, then send release announcement
|
||||
emails and propose updates to upper-constraints as needed.
|
||||
check:
|
||||
jobs:
|
||||
- test-release-openstack
|
||||
gate:
|
||||
jobs:
|
||||
- test-release-openstack
|
||||
pre-release:
|
||||
jobs:
|
||||
- release-openstack-python
|
||||
@ -200,6 +206,8 @@
|
||||
description: |
|
||||
Publish a Python package to PyPI, then send release announcement
|
||||
emails and propose updates to upper-constraints as needed.
|
||||
|
||||
This is now obsolete, publish-to-pypi uses the same definition.
|
||||
check:
|
||||
jobs:
|
||||
- test-release-openstack-python3
|
||||
|
Loading…
Reference in New Issue
Block a user