Skip to content

Commit

Permalink
Changed CI to only build binaries on tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Mar 8, 2016
1 parent 85d86a3 commit b94e184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ bundle:
- python build_exe.py build
- python setup.py sdist bdist_wheel
artifacts:
# only:
# - tags
only:
- tags
paths:
- build/exe.win-amd64-3.4/
- dist/*.whl
Expand Down
2 changes: 1 addition & 1 deletion gdwcalc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
__project_name__ = "GDWCalc"
__description__ = "Gross Die per Wafer Calculator"
__long_descr__ = __doc__
__released__ = "2016-03-07"
__released__ = "2016-03-08"

0 comments on commit b94e184

Please sign in to comment.