2
2
3
3
on :
4
4
push :
5
+ tags :
6
+ - " *"
5
7
branches :
6
8
- master
7
9
- development
42
44
python-version : ["3.10", "3.11"]
43
45
steps :
44
46
- uses : actions/checkout@v4
45
- - uses : actions/setup-python@v3
47
+ - uses : actions/setup-python@v5.1.0
46
48
with :
47
49
python-version : ${{ matrix.python-version }}
48
50
- name : install_tools
@@ -91,18 +93,18 @@ jobs:
91
93
runs-on : ubuntu-20.04
92
94
steps :
93
95
- uses : actions/checkout@v4
94
- - uses : actions/setup-python@v3
96
+ - uses : actions/setup-python@v5.1.0
95
97
with :
96
98
python-version : 3.11
97
99
- name : install_revolve2
98
100
run : pip install -r ./requirements_dev.txt
99
101
- name : setup_graphviz
100
- uses : ts-graphviz/setup-graphviz@v1
102
+ uses : ts-graphviz/setup-graphviz@v2
101
103
- name : sphinx
102
104
run : make -C docs html
103
105
- name : deploy
104
106
if : ${{ github.ref == 'refs/heads/master' }}
105
- uses : JamesIves/github-pages-deploy-action@v4.2.2
107
+ uses : JamesIves/github-pages-deploy-action@v4.5.0
106
108
with :
107
109
branch : gh-pages
108
110
folder : docs/build/html
@@ -115,7 +117,7 @@ jobs:
115
117
python-version : [ "3.10", "3.11" ]
116
118
steps :
117
119
- uses : actions/checkout@v4
118
- - uses : actions/setup-python@v3
120
+ - uses : actions/setup-python@v5.1.0
119
121
with :
120
122
python-version : ${{ matrix.python-version }}
121
123
- name : install virtual display
@@ -137,7 +139,7 @@ jobs:
137
139
- uses : actions/checkout@v4
138
140
with :
139
141
submodules : ' recursive'
140
- - uses : actions/setup-python@v3
142
+ - uses : actions/setup-python@v5.1.0
141
143
with :
142
144
python-version : 3.11
143
145
- name : Build wheels
@@ -158,7 +160,7 @@ jobs:
158
160
- uses : actions/checkout@v4
159
161
with :
160
162
submodules : ' recursive'
161
- - uses : actions/setup-python@v3
163
+ - uses : actions/setup-python@v5.1.0
162
164
- name : Install cibuildwheel
163
165
run : python -m pip install cibuildwheel==2.16.2
164
166
- name : Build wheels
0 commit comments