Skip to content

Commit e98fbd7

Browse files
Merge branch 'main' into dependabot/pip/general-dependencies-e87bda4be0
2 parents 2ddb76d + 3370ce6 commit e98fbd7

File tree

6 files changed

+21
-13
lines changed

6 files changed

+21
-13
lines changed

.github/workflows/ci_cd.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
contents: write
3131
pull-requests: write
3232
steps:
33-
- uses: ansys/actions/doc-deploy-changelog@v9
33+
- uses: ansys/actions/doc-deploy-changelog@v10
3434
with:
3535
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3636
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -42,15 +42,15 @@ jobs:
4242
steps:
4343
- name: PyAnsys Vulnerability check (on main)
4444
if: github.ref == 'refs/heads/main'
45-
uses: ansys/actions/check-vulnerabilities@v9
45+
uses: ansys/actions/check-vulnerabilities@v10
4646
with:
4747
python-version: ${{ env.MAIN_PYTHON_VERSION }}
4848
python-package-name: ${{ env.PACKAGE_NAME }}
4949
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5050

5151
- name: PyAnsys Vulnerability check (on dev mode)
5252
if: github.ref != 'refs/heads/main'
53-
uses: ansys/actions/check-vulnerabilities@v9
53+
uses: ansys/actions/check-vulnerabilities@v10
5454
with:
5555
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5656
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: PyAnsys documentation style checks
65-
uses: ansys/actions/doc-style@v9
65+
uses: ansys/actions/doc-style@v10
6666
with:
6767
token: ${{ secrets.GITHUB_TOKEN }}
6868

@@ -75,7 +75,7 @@ jobs:
7575
uses: pyvista/setup-headless-display-action@v4
7676

7777
- name: "Run Ansys documentation building action"
78-
uses: ansys/actions/doc-build@v9
78+
uses: ansys/actions/doc-build@v10
7979
with:
8080
python-version: ${{ env.MAIN_PYTHON_VERSION }}
8181
add-pdf-html-docs-as-assets: true
@@ -95,7 +95,7 @@ jobs:
9595
os: macos-latest
9696
steps:
9797
- name: Build wheelhouse and perform smoke test
98-
uses: ansys/actions/build-wheelhouse@v9
98+
uses: ansys/actions/build-wheelhouse@v10
9999
with:
100100
library-name: ${{ env.PACKAGE_NAME }}
101101
operating-system: ${{ matrix.os }}
@@ -115,7 +115,7 @@ jobs:
115115
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
116116

117117
- name: "Run pytest"
118-
uses: ansys/actions/tests-pytest@v9
118+
uses: ansys/actions/tests-pytest@v10
119119
with:
120120
python-version: ${{ env.MAIN_PYTHON_VERSION }}
121121
requires-xvfb: true
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ubuntu-latest
140140
steps:
141141
- name: Build library source and wheel artifacts
142-
uses: ansys/actions/build-library@v9
142+
uses: ansys/actions/build-library@v10
143143
with:
144144
library-name: ${{ env.PACKAGE_NAME }}
145145
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -151,7 +151,7 @@ jobs:
151151
needs: [package]
152152
steps:
153153
- name: Deploy the latest documentation
154-
uses: ansys/actions/doc-deploy-dev@v9
154+
uses: ansys/actions/doc-deploy-dev@v10
155155
with:
156156
cname: ${{ env.DOCUMENTATION_CNAME }}
157157
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -183,7 +183,7 @@ jobs:
183183
skip-existing: false
184184

185185
- name: Release to GitHub
186-
uses: ansys/actions/release-github@v9
186+
uses: ansys/actions/release-github@v10
187187
with:
188188
token: ${{ secrets.GITHUB_TOKEN }}
189189
library-name: ${{ env.PACKAGE_NAME }}
@@ -195,7 +195,7 @@ jobs:
195195
needs: [release]
196196
steps:
197197
- name: Deploy the stable documentation
198-
uses: ansys/actions/doc-deploy-stable@v9
198+
uses: ansys/actions/doc-deploy-stable@v10
199199
with:
200200
cname: ${{ env.DOCUMENTATION_CNAME }}
201201
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
pull-requests: write
9393
runs-on: ubuntu-latest
9494
steps:
95-
- uses: ansys/actions/doc-changelog@v9
95+
- uses: ansys/actions/doc-changelog@v10
9696
with:
9797
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
9898
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.9.2](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.9.2) - June 03, 2025
2+
3+
4+
### Documentation
5+
6+
- docs: avoid parallelization [#299](https://github.com/ansys/ansys-tools-visualization-interface/pull/299)
7+
18
## [0.9.1](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.9.1) - April 21, 2025
29

310

doc/changelog.d/299.documentation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/300.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update CHANGELOG for v0.9.2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump ansys/actions from 9 to 10

0 commit comments

Comments
 (0)