We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bbc63 commit bb6185eCopy full SHA for bb6185e
.github/workflows/main.yml
@@ -1,7 +1,7 @@
1
name: CD
2
3
env:
4
- CELLS_VERSION: 1.0.0-beta2
+ CELLS_VERSION: 1.0.0-beta3
5
CELLS_REVISION_NUMBER: 1
6
7
on:
README.md
@@ -37,6 +37,17 @@ poetry run cells -d
37
38
39
40
+## Deploy
41
+
42
+Update version in `settings.py` and `.github/main.yml` then run:
43
44
+```
45
+./packaging/macos/publish.sh <version>
46
47
48
49
50
51
## Status
52
53
### Version 1.0.0
cells/settings.py
@@ -25,7 +25,7 @@
25
class ApplicationInfo:
26
name = "Cells"
27
author = "Ales Tsurko"
28
- version = "1.0.0-beta2"
+ version = "1.0.0-beta3"
29
30
31
class Settings(Observation, dict):
0 commit comments