From d952939749c8108a111a56053abd6c4a2b20ac32 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Mon, 14 Oct 2024 18:09:55 +0100 Subject: [PATCH] Remove section about publishing workflow The generated README.md file currently contains a section about the publishing workflow, which we removed. So let's also remove this section. --- {{ cookiecutter.project_slug }}/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/{{ cookiecutter.project_slug }}/README.md b/{{ cookiecutter.project_slug }}/README.md index ab948b9..e509fe1 100644 --- a/{{ cookiecutter.project_slug }}/README.md +++ b/{{ cookiecutter.project_slug }}/README.md @@ -2,8 +2,4 @@ {{ cookiecutter.project_description }} -{% include "README.%s.jinja" % cookiecutter.packaging %} -## Publishing - -The GitHub workflow includes an action to publish on release. -To run this action, uncomment the commented portion of `publish.yml`, and modify the steps for the desired behaviour (publishing a Docker image, publishing to PyPI, deploying documentation etc.) +{% include "README.%s.jinja" % cookiecutter.packaging -%}