Skip to content

Commit 0f7cf8c

Browse files
committed
Merge branch 'main' into fix_registration_metadata
2 parents d41cb9b + abd6208 commit 0f7cf8c

File tree

301 files changed

+20
-42721
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

301 files changed

+20
-42721
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*.vtk filter=lfs diff=lfs merge=lfs -text
22
*.ply filter=lfs diff=lfs merge=lfs -text
3+
4+
_build/* linguist-vendored

.github/workflows/doc-build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
Get-ChildItem -Path $env:GITHUB_WORKSPACE\build\Release -Filter *.pyd -Recurse | Move-Item -Destination $env:GITHUB_WORKSPACE\artifacts_pyds
4848
shell: pwsh
4949
- name: Upload artifacts - dlls
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: __build_artifacts_dlls__
5353
path: ${{ github.workspace }}/artifacts_dlls/*
5454
- name: Upload artifacts - pyds
55-
uses: actions/upload-artifact@v2
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: __build_artifacts_pyds__
5858
path: ${{ github.workspace }}/artifacts_pyds/*
@@ -82,22 +82,22 @@ jobs:
8282
8383
# download artifacts
8484
- name: Download dlls for doc folder
85-
uses: actions/download-artifact@v2
85+
uses: actions/download-artifact@v4
8686
with:
8787
name: __build_artifacts_dlls__
8888
path: ${{github.workspace}}/doc
8989
- name: Download pyds for doc folder
90-
uses: actions/download-artifact@v2
90+
uses: actions/download-artifact@v4
9191
with:
9292
name: __build_artifacts_pyds__
9393
path: ${{github.workspace}}/doc
9494
- name: Download dlls for diffCheck py package
95-
uses: actions/download-artifact@v2
95+
uses: actions/download-artifact@v4
9696
with:
9797
name: __build_artifacts_dlls__
9898
path: ${{github.workspace}}/src/gh/diffCheck/diffCheck/dlls
9999
- name: Download pyds for diffCheck py package
100-
uses: actions/download-artifact@v2
100+
uses: actions/download-artifact@v4
101101
with:
102102
name: __build_artifacts_pyds__
103103
path: ${{github.workspace}}/src/gh/diffCheck/diffCheck
@@ -107,7 +107,7 @@ jobs:
107107
conda run --name diff_check --no-capture-output sphinx-build -b html -v doc _build
108108
109109
- name: Upload documentation
110-
uses: actions/upload-artifact@v2
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: __build_sphx_docs__
113113
path: ${{ github.workspace }}/_build
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/checkout@v4
133133

134134
- name: Download sphinx docs
135-
uses: actions/download-artifact@v2
135+
uses: actions/download-artifact@v4
136136
with:
137137
name: __build_sphx_docs__
138138
path: ${{github.workspace}}/_build
@@ -145,4 +145,4 @@ jobs:
145145
path: '_build'
146146
- name: Deploy to GitHub Pages
147147
id: deployment
148-
uses: actions/deploy-pages@v4
148+
uses: actions/deploy-pages@v4

.github/workflows/gh-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
source: src/gh/components
2525
target: build
2626

27-
- uses: actions/upload-artifact@v2
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: ghuser-components
3030
path: build

.github/workflows/pypi-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cd ${{github.workspace}}
4646
4747
- name: Upload wheel
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: wheel
51-
path: ${{github.workspace}}/src/gh/diffCheck/dist/
51+
path: ${{github.workspace}}/src/gh/diffCheck/dist/

_build/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.
-3.61 KB
Binary file not shown.
-3.38 KB
Binary file not shown.
-3.74 KB
Binary file not shown.
-11.4 KB
Binary file not shown.
-3.58 KB
Binary file not shown.

0 commit comments

Comments
 (0)