From 38b8f760893fed7ccee154cd1eb8c7d9184e43fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Wed, 26 Jun 2024 15:51:32 +0200 Subject: [PATCH] docs: Remove mentions of Makefile Issue-28: https://github.com/pawamoy/copier-uv/issues/28 --- docs/work.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/work.md b/docs/work.md index 7a492b6..5eb5445 100644 --- a/docs/work.md +++ b/docs/work.md @@ -361,7 +361,7 @@ Code source coverage is computed thanks to Sometimes you don't want to run the whole test suite, but rather one particular test, or group of tests. Pytest provides a `-k` option to allow filtering the tests. -The Makefile `test` rule therefore accept a `match=` argument +The `test` command therefore accept a `match=` argument to specify the value of Pytest's `-k` option: ``` @@ -512,8 +512,8 @@ make release version=x.y.z ## Releases -As seen in the previous section, you can use the `release` rule -of the Makefile to publish new versions of the Python package. +As seen in the previous section, you can use the `release` command +to publish new versions of the Python package. Usually, just before running `make release version=x.y.z`, you run `make changelog` to update the changelog and