From 61b3359941e8e14ba7b07a8b0266baadbbd9c205 Mon Sep 17 00:00:00 2001 From: Lukas Weber <32765578+lukasalexanderweber@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:09:37 +0100 Subject: [PATCH 1/5] switch back to publishing headless on release --- .github/workflows/python-publish-headless.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish-headless.yml b/.github/workflows/python-publish-headless.yml index 706b442..0dffcbc 100644 --- a/.github/workflows/python-publish-headless.yml +++ b/.github/workflows/python-publish-headless.yml @@ -2,7 +2,9 @@ # with the new trusted publishing by https://github.com/marketplace/actions/pypi-publish name: Upload Python Package (headless) -on: workflow_dispatch +on: + release: + types: [published] permissions: contents: read From a87cb17cd324efbfe011f7643c23e77735f01f79 Mon Sep 17 00:00:00 2001 From: Lukas Weber <32765578+lukasalexanderweber@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:10:52 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5b671bb..c1ec991 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ use the [docker image](#docker-cli) or `pip` to install `stitching` from [PyPI](https://pypi.org/project/stitching/). +```bash +pip install stitching +``` +for server (headless) environments (such as Docker, cloud environments etc.) use `stitching-headless` + ```bash pip install stitching ``` From 0c2253fb456310a718d7ccb876fc8316805e7855 Mon Sep 17 00:00:00 2001 From: Lukas Weber <32765578+lukasalexanderweber@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:12:47 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ec991..a25fc2b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ pip install stitching for server (headless) environments (such as Docker, cloud environments etc.) use `stitching-headless` ```bash -pip install stitching +pip install stitching-headless ``` ## Usage From d2e53e983c02f779a35628fc94e964124f950bb6 Mon Sep 17 00:00:00 2001 From: Lukas Weber <32765578+lukasalexanderweber@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:18:18 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a25fc2b..5a32c31 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ or `pip` to install `stitching` from ```bash pip install stitching ``` -for server (headless) environments (such as Docker, cloud environments etc.) use `stitching-headless` + +for server (headless) environments (such as Docker, cloud environments etc.) +use `stitching-headless` ```bash pip install stitching-headless From 3c28afff89df2a9466e18ad3c839d06fef9267f5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 10:18:25 +0000 Subject: [PATCH 5/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a32c31..6c43e34 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ or `pip` to install `stitching` from pip install stitching ``` -for server (headless) environments (such as Docker, cloud environments etc.) +for server (headless) environments (such as Docker, cloud environments etc.) use `stitching-headless` ```bash