Skip to content

Commit

Permalink
BUMP: version 0.61.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Dec 7, 2022
1 parent a949deb commit 8304fa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,16 +203,11 @@ jobs:
run: |
xvfb-run make -C doc html SPHINXOPTS="-j auto -W --keep-going"
- name: Zip documentation
run: |
cd doc/_build/html
zip -r PyMAPDL_documentation.zip *
- name: Upload HTML Documentation
uses: actions/upload-artifact@v2
with:
name: HTML-Documentation
path: doc/_build/html/PyMAPDL_documentation.zip
name: documentation-html
path: doc/_build/html
retention-days: 7

- name: Build PDF Documentation
Expand All @@ -222,7 +217,7 @@ jobs:
- name: Upload PDF Documentation
uses: actions/upload-artifact@v2
with:
name: PDF-Documentation
name: documentation-pdf
path: doc/_build/latex/pymapdl*.pdf
retention-days: 7

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-mapdl-core"
version = "0.61.6"
version = "0.61.7"
description = "A Python wrapper for Ansys mapdl core"
readme = "README.rst"
requires-python = ">=3.7"
Expand Down

0 comments on commit 8304fa6

Please sign in to comment.