File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -203,16 +203,11 @@ jobs:
203203 run : |
204204 xvfb-run make -C doc html SPHINXOPTS="-j auto -W --keep-going"
205205
206- - name : Zip documentation
207- run : |
208- cd doc/_build/html
209- zip -r PyMAPDL_documentation.zip *
210-
211206 - name : Upload HTML Documentation
212207 uses : actions/upload-artifact@v2
213208 with :
214- name : HTML-Documentation
215- path : doc/_build/html/PyMAPDL_documentation.zip
209+ name : documentation-html
210+ path : doc/_build/html
216211 retention-days : 7
217212
218213 - name : Build PDF Documentation
@@ -222,7 +217,7 @@ jobs:
222217 - name : Upload PDF Documentation
223218 uses : actions/upload-artifact@v2
224219 with :
225- name : PDF-Documentation
220+ name : documentation-pdf
226221 path : doc/_build/latex/pymapdl*.pdf
227222 retention-days : 7
228223
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55[project ]
66# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77name = " ansys-mapdl-core"
8- version = " 0.61.6 "
8+ version = " 0.61.7 "
99description = " A Python wrapper for Ansys mapdl core"
1010readme = " README.rst"
1111requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments