Skip to content

Commit cf07838

Browse files
merge commit
2 parents 61bc06f + 0698eda commit cf07838

File tree

72 files changed

+1365
-197
lines changed

Some content is hidden

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

72 files changed

+1365
-197
lines changed

.github/workflows/ci_cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ jobs:
228228
if: always()
229229
uses: actions/upload-artifact@v4
230230
with:
231+
include-hidden-files: true
231232
name: coverage-html-${{ matrix.docker-image }}
232233
path: .cov/html
233234
retention-days: 7
@@ -492,6 +493,10 @@ jobs:
492493
$env:PREVIOUS_PATCH_VERSION_NUMBER=$env:VERSION.substring($env:VERSION.Length - 1)
493494
$env:PREVIOUS_PATCH_VERSION_NUMBER=[int]$env:PREVIOUS_PATCH_VERSION_NUMBER - 1
494495
$env:PREVIOUS_VERSION=$env:PREVIOUS_VERSION + $env:PREVIOUS_PATCH_VERSION_NUMBER
496+
# Fetch the LFS files from the previous version
497+
git lfs fetch origin --include="$env:PREVIOUS_VERSION/*"
498+
git lfs checkout $env:PREVIOUS_VERSION
499+
# Copy the binaries from the previous version
495500
cp ./$env:PREVIOUS_VERSION/windows-binaries.zip windows-binaries.zip
496501
cp ./$env:PREVIOUS_VERSION/linux-binaries.zip linux-binaries.zip
497502

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: "tests/integration/files"
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.5.7
10+
rev: v0.6.5
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format
@@ -35,7 +35,7 @@ repos:
3535

3636
# this validates our github workflow files
3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.29.1
38+
rev: 0.29.2
3939
hooks:
4040
- id: check-github-workflows
4141

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
PyAnsys Geometry
2-
================
1+
.. image:: https://raw.githubusercontent.com/ansys/pyansys-geometry/main/doc/source/_static/logo/logo.png
2+
:target: https://github.com/ansys/pyansys-geometry
3+
:alt: PyAnsys Geometry
4+
5+
|
6+
37
|pyansys| |python| |MIT| |ruff|
48
|codecov| |GH-CI| |pre-commit|
59
|pypi| |pypi-downloads| |conda| |conda-downloads|

doc/changelog.d/1360.maintenance.md

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

doc/changelog.d/1361.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pre-commit automatic update
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update CHANGELOG for v0.7.2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
checkout LFS files from previous version to ensure upload
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump protobuf from 5.28.0 to 5.28.1 in the grpc-deps group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump the docs-deps group with 2 updates

0 commit comments

Comments
 (0)