Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jul 27, 2023
2 parents 133c6e1 + 9caab2a commit a6d57df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ def annotated_tag():

$ACTIVITIES = [
'run_tests',
'build_docs',
# 'build_docs',
'annotated_tag', # Creates a tag for the new version number
'push_tag', # Pushes the tag up to the $TAG_REMOTE
# 'ghrelease', # Creates a Github release entry for the new tag
'pypi', # Sends the package to pypi
'ghpages',
# 'ghpages',
]

$PUSH_TAG_REMOTE = '[email protected]:deshaw/versioned-hdf5.git' # Repo to push tags to
Expand Down

0 comments on commit a6d57df

Please sign in to comment.