Skip to content

Commit 05153db

Browse files
committed
Merge branch 'ansys' of https://github.com/pasteurlabs/tesseract-jax into ansys
2 parents d5bbb09 + d9aa512 commit 05153db

File tree

12 files changed

+1039
-154
lines changed

12 files changed

+1039
-154
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uv run --no-sync make html
5050
5151
- name: Upload HTML files
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
if: ${{ inputs.artifact_name }}
5454
with:
5555
name: ${{ inputs.artifact_name }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uv build
5151
5252
- name: Store the distribution packages
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: python-package-distributions
5656
path: dist/
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Download all the dists
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
name: python-package-distributions
7676
path: dist/

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
3030
# Ruff version.
31-
rev: v0.14.1
31+
rev: v0.14.2
3232
hooks:
3333
# Run the linter.
3434
- id: ruff

0 commit comments

Comments
 (0)