rochacbruno/python-project-template

using the make release doesn't push the tag the right way

Open

#43 opened on Nov 13, 2024

 (0 comments) (0 reactions) (0 assignees)Makefile (184 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (1,224 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It may be a problem with my git config, but when I call make release it does push a tag however this does not trigger the "release" workflow. This workflow only gets triggered when I create a tag from github directly.

see in my project here: https://github.com/cantinilab/scPRINT

Contributor guide