File tree 6 files changed +13
-23
lines changed
6 files changed +13
-23
lines changed Original file line number Diff line number Diff line change 36
36
steps :
37
37
- uses : actions/checkout@v2
38
38
- name : Set up Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@v1
39
+ uses : actions/setup-python@v2
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
- name : Install dependencies
47
47
python -m tox
48
48
- name : Upload Results
49
49
if : success()
50
- uses : codecov/codecov-action@v1
50
+ uses : codecov/codecov-action@v2
51
51
with :
52
52
file : ./coverage.xml
53
53
flags : unittests
68
68
steps :
69
69
- uses : actions/checkout@v2
70
70
- name : Set up Python ${{ matrix.python-version }}
71
- uses : actions/setup-python@v1
71
+ uses : actions/setup-python@v2
72
72
with :
73
73
python-version : ${{ matrix.python-version }}
74
74
- name : Install dependencies
92
92
steps :
93
93
- uses : actions/checkout@v2
94
94
- name : Set up Python ${{ matrix.python-version }}
95
- uses : actions/setup-python@v1
95
+ uses : actions/setup-python@v2
96
96
with :
97
97
python-version : ${{ matrix.python-version }}
98
98
- name : Install dependencies
Original file line number Diff line number Diff line change 15
15
with :
16
16
fetch-depth : 0
17
17
- name : Set up Python 3.8
18
- uses : actions/setup-python@v1
18
+ uses : actions/setup-python@v2
19
19
with :
20
20
python-version : 3.9
21
21
- name : Install dependencies
@@ -40,15 +40,15 @@ jobs:
40
40
41
41
steps :
42
42
- uses : actions/checkout@v2
43
- - uses : actions/setup-python@v1
43
+ - uses : actions/setup-python@v2
44
44
with :
45
45
python-version : 3.9
46
46
- name : Package
47
47
run : |
48
48
pip install --upgrade setuptools wheel
49
49
python setup.py ${{ matrix.distribution }}
50
50
- name : Publish
51
- uses : pypa/gh-action-pypi-publish@v1.0.0a0
51
+ uses : pypa/gh-action-pypi-publish@v1.4.1
52
52
with :
53
53
user : __token__
54
54
password : ${{ secrets.PYPI_PWD }}
Original file line number Diff line number Diff line change 22
22
code : Roboto Mono
23
23
features :
24
24
- navigation.tabs
25
+ - navigation.top
26
+ pymdownx :
27
+ sponsor : " https://github.com/sponsors/facelessuser"
25
28
26
29
nav :
27
30
- Home :
38
41
39
42
markdown_extensions :
40
43
- markdown.extensions.toc :
41
- slugify : !!python/name :pymdownx.slugs.uslugify
44
+ slugify : !!python/object/apply :pymdownx.slugs.slugify {kwds: {case: lower}}
42
45
permalink : " "
43
46
- markdown.extensions.admonition :
44
47
- markdown.extensions.smarty :
@@ -56,28 +59,14 @@ markdown_extensions:
56
59
- name : flow
57
60
class : uml-flowchart
58
61
format : !!python/name:pymdownx.superfences.fence_code_format
59
- - name : sequence
60
- class : uml-sequence-diagram
61
- format : !!python/name:pymdownx.superfences.fence_code_format
62
- - name : math
63
- class : arithmatex
64
- format : !!python/name:pymdownx.arithmatex.fence_mathjax_format
65
62
- pymdownx.highlight :
66
63
extend_pygments_lang :
67
- - name : php-inline
68
- lang : php
69
- options :
70
- startinline : true
71
64
- name : pycon3
72
65
lang : pycon
73
66
options :
74
67
python3 : true
75
68
linenums_style : pymdownx-inline
76
69
- pymdownx.inlinehilite :
77
- custom_inline :
78
- - name : math
79
- class : arithmatex
80
- format : !!python/name:pymdownx.arithmatex.inline_mathjax_format
81
70
- pymdownx.magiclink :
82
71
repo_url_shortener : true
83
72
repo_url_shorthand : true
@@ -102,6 +91,7 @@ markdown_extensions:
102
91
separator : " \uff0b "
103
92
- pymdownx.details :
104
93
- pymdownx.tabbed :
94
+ alternate_style : true
105
95
106
96
extra :
107
97
social :
Original file line number Diff line number Diff line change 1
- mkdocs_pymdownx_material_extras==1.1.3
1
+ mkdocs_pymdownx_material_extras==1.5.4
2
2
mkdocs-git-revision-date-localized-plugin
3
3
mkdocs-minify-plugin
4
4
pyspelling
You can’t perform that action at this time.
0 commit comments