Skip to content

Commit

Permalink
Update the release section of the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Mar 29, 2022
1 parent ad87f38 commit 2fd756d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ test:

# We launch the package release by tagging the master branch with the package's
# new version number. The version number is read from `blackjax/__init__.py`
publish:
git tag -a $(LIB_VERSION) -m $(LIB_VERSION)
release:
git tag -a $(PKG_VERSION) -m $(PKG_VERSION)
git push --tag


Expand Down

0 comments on commit 2fd756d

Please sign in to comment.