Skip to content

Commit 7fff2ac

Browse files
deploy stitching-headless on release and update readme (#277)
1 parent 20ee8c6 commit 7fff2ac

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/python-publish-headless.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# with the new trusted publishing by https://github.com/marketplace/actions/pypi-publish
33
name: Upload Python Package (headless)
44

5-
on: workflow_dispatch
5+
on:
6+
release:
7+
types: [published]
68

79
permissions:
810
contents: read

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ or `pip` to install `stitching` from
2323
pip install stitching
2424
```
2525

26+
for server (headless) environments (such as Docker, cloud environments etc.)
27+
use `stitching-headless`
28+
29+
```bash
30+
pip install stitching-headless
31+
```
32+
2633
## Usage
2734

2835
### Python CLI

0 commit comments

Comments
 (0)