Skip to content

Commit

Permalink
Fix yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avirshup committed Nov 21, 2017
1 parent f4b797e commit b7054d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codeship-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*))?$'
Expand Down

0 comments on commit b7054d3

Please sign in to comment.