3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : " PySystemCoupling documentation style checks"
33- uses : ansys/actions/doc-style@v8
33+ uses : ansys/actions/doc-style@v9
3434 with :
3535 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3636 vale-version : " 3.4.1"
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : PyAnsys code style checks
43- uses : ansys/actions/code-style@v8
43+ uses : ansys/actions/code-style@v9
4444 with :
4545 python-version : ${{ env.MAIN_PYTHON_VERSION }}
4646
5656
5757 steps :
5858 - name : " Build wheelhouse and perform smoke test"
59- uses : ansys/actions/build-wheelhouse@v8
59+ uses : ansys/actions/build-wheelhouse@v9
6060 with :
6161 library-name : ${{ env.PACKAGE_NAME }}
6262 operating-system : ${{ matrix.os }}
@@ -109,10 +109,10 @@ jobs:
109109 with :
110110 image-tag : v25.1.0
111111
112- - name : Generate API for latest
113- uses : ./.github/actions/generate-api
114- with :
115- image-tag : latest
112+ # - name: Generate API for latest
113+ # uses: ./.github/actions/generate-api
114+ # with:
115+ # image-tag: latest
116116
117117 - name : Clean out dist
118118 run : rm -rf dist
@@ -191,13 +191,13 @@ jobs:
191191 env :
192192 ANSYSLMD_LICENSE_FILE : " 1055@${{ secrets.LICENSE_SERVER }}"
193193
194- - name : Unit Test latest
195- uses : ./.github/actions/unit-test
196- with :
197- image-tag : latest
198- upload-coverage : false
199- env :
200- ANSYSLMD_LICENSE_FILE : " 1055@${{ secrets.LICENSE_SERVER }}"
194+ # - name: Unit Test latest
195+ # uses: ./.github/actions/unit-test
196+ # with:
197+ # image-tag: latest
198+ # upload-coverage: false
199+ # env:
200+ # ANSYSLMD_LICENSE_FILE: "1055@${{ secrets.LICENSE_SERVER }}"
201201
202202 docs :
203203 name : Build Documentation
@@ -294,7 +294,7 @@ jobs:
294294 needs : [docs]
295295 steps :
296296 - name : Deploy the latest documentation
297- uses : ansys/actions/doc-deploy-dev@v8
297+ uses : ansys/actions/doc-deploy-dev@v9
298298 with :
299299 cname : ${{ env.DOCUMENTATION_CNAME }}
300300 token : ${{ secrets.GITHUB_TOKEN }}
@@ -309,14 +309,14 @@ jobs:
309309 runs-on : ubuntu-latest
310310 steps :
311311 - name : Release to the private PyPI repository
312- uses : ansys/actions/release-pypi-private@v8
312+ uses : ansys/actions/release-pypi-private@v9
313313 with :
314314 library-name : ${{ env.PACKAGE_NAME }}
315315 twine-username : " __token__"
316316 twine-token : ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
317317
318318 - name : " Release to the public PyPI repository"
319- uses : ansys/actions/release-pypi-public@v8
319+ uses : ansys/actions/release-pypi-public@v9
320320 with :
321321 library-name : ${{ env.PACKAGE_NAME }}
322322 twine-username : " __token__"
@@ -349,7 +349,7 @@ jobs:
349349 needs : [release]
350350 steps :
351351 - name : Deploy the stable documentation
352- uses : ansys/actions/doc-deploy-stable@v8
352+ uses : ansys/actions/doc-deploy-stable@v9
353353 with :
354354 cname : ${{ env.DOCUMENTATION_CNAME }}
355355 token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments