From 9aaeb4791f8a5b728851c42b531c4b67c0a4ba56 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 17 Jan 2025 14:51:12 +0400 Subject: [PATCH] Update README.md (#21) * Update README.md * Update copier.yml * Update README.md * Update ci.yml --- .github/workflows/ci.yml | 2 +- README.md | 2 +- copier.yml | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a11a154..88502a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: working-directory: . run: | python -m pip install --upgrade pip - pip install --no-cache-dir copier + pip install --no-cache-dir -r requirements.txt mkdir -p template copier copy . template --data-file .github/data.yaml cd template diff --git a/README.md b/README.md index 6044f7c..72f028e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# package +# package - cradle template [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.txt) [![CI](https://github.com/tschm/package/actions/workflows/ci.yml/badge.svg)](https://github.com/tschm/package/actions/workflows/ci.yml) diff --git a/copier.yml b/copier.yml index 516e025..1e550db 100644 --- a/copier.yml +++ b/copier.yml @@ -2,10 +2,6 @@ --- # for questions # https://copier.readthedocs.io/en/stable/configuring/#prompt-templating - -#sheriff: -# type: str -# help: "Who shot the sheriff?" --- # Require that the user has at least Copier v9.1.0 installed