File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ version : 2.1
2
+ jobs :
3
+ build_book :
4
+ docker :
5
+ - image : cimg/python:3.9
6
+ steps :
7
+ - checkout
8
+ - run :
9
+ name : setup environment
10
+ command : |
11
+ pip install --upgrade pip
12
+ pip install nox
13
+ pip list
14
+ - run :
15
+ name : Build book html
16
+ command : nox -s docs
17
+
18
+ - store_artifacts :
19
+ path : _build/html
20
+ destination : html
21
+
22
+ # Tell CircleCI to use this workflow when it builds the site
23
+ workflows :
24
+ version : 2
25
+ build_book :
26
+ jobs :
27
+ - build_book
Original file line number Diff line number Diff line change 1
- # <img src =" images/logo/logo.png " width =40 /> pyOpenSci Governance
1
+ # <img src =" images/logo/logo.png " width =40 /> pyOpenSci Scientific Python Open Source Packaging Guide
2
2
3
3
![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/pyopensci/python-package-guide?color=purple&display_name=tag&style=plastic )
4
4
You can’t perform that action at this time.
0 commit comments