Skip to content

Commit f6cce9c

Browse files
ZsailerGitHub Enterprise
authored andcommitted
Rio pipeline chain (jupyter-server#142)
* create a pipeline chain in RIO CI * Bump to 0.12.8
1 parent d257a01 commit f6cce9c

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.7" # pragma: no cover
1+
__version__ = "0.12.8" # pragma: no cover

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ testpaths = [
2323
]
2424

2525
[tool.tbump.version]
26-
current = "0.12.7"
26+
current = "0.12.8"
2727
regex = '''
2828
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2929
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

rio.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ pipelines:
1818
steps:
1919
- ./build.sh build
2020

21+
- name: package-docker
22+
branchName: main
23+
build:
24+
template: buildozer:v4:prb
25+
builders:
26+
- passthrough
27+
package:
28+
dockerfile: true
29+
2130
- name: pypi-release
2231
branchName: main
2332
machine:
@@ -39,15 +48,8 @@ pipelines:
3948
finally:
4049
radar:
4150
annotate: true
42-
43-
- name: package-docker
44-
branchName: main
45-
build:
46-
template: buildozer:v4:prb
47-
builders:
48-
- passthrough
49-
package:
50-
dockerfile: true
51+
pipelineChain:
52+
- pipeline: docker-app
5153

5254
- name: docker-app
5355
branchName: main

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.7
1+
0.12.8

0 commit comments

Comments
 (0)