Skip to content

Commit 8304fa6

Browse files
committed
BUMP: version 0.61.7
1 parent a949deb commit 8304fa6

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
77
name = "ansys-mapdl-core"
8-
version = "0.61.6"
8+
version = "0.61.7"
99
description = "A Python wrapper for Ansys mapdl core"
1010
readme = "README.rst"
1111
requires-python = ">=3.7"

0 commit comments

Comments
 (0)