Skip to content

Commit 2fd756d

Browse files
committed
Update the release section of the Makefile
1 parent ad87f38 commit 2fd756d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ test:
55

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

1212

0 commit comments

Comments
 (0)