diff --git a/codeship-steps.yml b/codeship-steps.yml index c9d2400..2908acc 100644 --- a/codeship-steps.yml +++ b/codeship-steps.yml @@ -91,11 +91,12 @@ name: testrunner + + # If this build is tagged with a PEP440-compliant version number AND the tests have passed, # upload the package to PyPI, and push the docker images to dockerhub as # autodesk/moldesign:[imagename]-[version-number] - name: release - service: publisher # matches tags that are valid PEP440 versions type: serial tag: '^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)((a|rc|b)(0|[1-9]\d*))?$'