diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml index 6d19c04..f35d7e3 100644 --- a/.github/workflows/license.yaml +++ b/.github/workflows/license.yaml @@ -2,7 +2,7 @@ on: schedule: - - cron: 0 3 1 1 * # 03:00 AM on January 1 + - cron: 0 3 1 1 * # 3:00 AM on January 1st permissions: contents: write diff --git a/Makefile b/Makefile index d7f182d..eda9b3f 100644 --- a/Makefile +++ b/Makefile @@ -23,9 +23,10 @@ include make/*.mk clean: demo-clean + @ find $(CURDIR) -type d -name '__pycache__' -exec $(RM) --recursive --verbose '{}' + + @ find $(CURDIR) -type f -name '*.spec' -exec $(RM) --verbose '{}' + $(RM) --recursive $(CURDIR)/build $(RM) --recursive $(DIST) - $(RM) $(CURDIR)/*.spec docs: $(CURDIR)/main.py typer $< utils docs --name=$(NAME) diff --git a/template b/template index 9484e0a..a75b43e 160000 --- a/template +++ b/template @@ -1 +1 @@ -Subproject commit 9484e0a30396afe5e2d2788675100304d54e088e +Subproject commit a75b43ee988e4ce50ffc3e31368eaefe8413fb0e