Skip to content

Commit f7d666c

Browse files
committed
Fix Makefile
1 parent 7184c10 commit f7d666c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,5 @@ test-deploy:
1212
deploy:
1313
twine upload -r pypi dist/*
1414

15-
version:
16-
@./release.sh
17-
1815
release:
19-
tag_name="v$(cat abm/VERSION)"
20-
git tag -a -m "Automatic release of $tag_name" $tag_name
21-
git push origin $tag_name
22-
gh release create $tag_name --generate-notes
16+
./release.sh

0 commit comments

Comments
 (0)