Skip to content

Commit

Permalink
Have tags trigger builds (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Jan 10, 2022
1 parent 3b54869 commit 461632d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
push:
branches: [ main ]
tags: [ 'v*' ]

jobs:
build-dist:
Expand Down
2 changes: 1 addition & 1 deletion src/deephaven/plugin/matplotlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from deephaven.plugin import Registration

__version__ = "0.0.1.dev4"
__version__ = "0.0.1.dev5"

class MatplotlibRegistration(Registration):
@classmethod
Expand Down

0 comments on commit 461632d

Please sign in to comment.