We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ee8c6 commit 7fff2acCopy full SHA for 7fff2ac
.github/workflows/python-publish-headless.yml
@@ -2,7 +2,9 @@
2
# with the new trusted publishing by https://github.com/marketplace/actions/pypi-publish
3
name: Upload Python Package (headless)
4
5
-on: workflow_dispatch
+on:
6
+ release:
7
+ types: [published]
8
9
permissions:
10
contents: read
README.md
@@ -23,6 +23,13 @@ or `pip` to install `stitching` from
23
pip install stitching
24
```
25
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
33
## Usage
34
35
### Python CLI
0 commit comments