Add pre-release PyPI jobs for WSME

WSME releases beta versions before doing official
releases to allow non-OpenStack projects to test
updates or avoid packages that aren't fully baked.
This change adds the jobs to publish to PyPI when
pre-release tags are added to the repository.

Change-Id: I65ca7e58f60597aecf63748c5788f6a8a83eac2e
This commit is contained in:
Doug Hellmann 2013-09-11 13:30:38 -04:00
parent 154d4a5df8
commit 7eabe7929f

View File

@ -3037,7 +3037,11 @@ projects:
post:
- wsme-branch-tarball
pre-release:
- wsme-tarball
- wsme-tarball:
- wsme-pypi-upload:
- post-mirror-python26
- post-mirror-python27
- post-mirror-python33
release:
- wsme-tarball:
- wsme-pypi-upload: