Skip to content

Commit e5b1e52

Browse files
authored
Merge branch 'main' into test/fix_tessellation_tests
2 parents 3ed5c2a + 248d376 commit e5b1e52

17 files changed

+58
-51
lines changed

.github/workflows/ci_cd.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
contents: write
3939
pull-requests: write
4040
steps:
41-
- uses: ansys/actions/doc-deploy-changelog@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
41+
- uses: ansys/actions/doc-deploy-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
4242
with:
4343
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4444
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -48,7 +48,7 @@ jobs:
4848
name: Vulnerabilities
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
51+
- uses: ansys/actions/check-vulnerabilities@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
5252
with:
5353
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5454
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -59,7 +59,7 @@ jobs:
5959
name: Actions Security
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: ansys/actions/check-actions-security@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
62+
- uses: ansys/actions/check-actions-security@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
6363
with:
6464
generate-summary: true
6565
token: ${{ secrets.GITHUB_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Check commit name
74-
uses: ansys/actions/check-pr-title@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
74+
uses: ansys/actions/check-pr-title@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
7575
with:
7676
token: ${{ secrets.GITHUB_TOKEN }}
7777

@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- name: PyAnsys documentation style checks
83-
uses: ansys/actions/doc-style@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
83+
uses: ansys/actions/doc-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
8484
with:
8585
token: ${{ secrets.GITHUB_TOKEN }}
8686

@@ -99,7 +99,7 @@ jobs:
9999
os: macos-latest
100100
steps:
101101
- name: Build wheelhouse and perform smoke test
102-
uses: ansys/actions/build-wheelhouse@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
102+
uses: ansys/actions/build-wheelhouse@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
103103
with:
104104
library-name: ${{ env.PACKAGE_NAME }}
105105
operating-system: ${{ matrix.os }}
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
steps:
113113
- name: PyAnsys documentation style checks
114-
uses: ansys/actions/docker-style@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
114+
uses: ansys/actions/docker-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
115115
with:
116116
directory: docker
117117
recursive: true
@@ -342,7 +342,7 @@ jobs:
342342
docker run --detach --name ${GEO_CONT_NAME} -e LICENSE_SERVER=${ANSRV_GEO_LICENSE_SERVER} -p ${ANSRV_GEO_PORT}:50051 ${ANSRV_GEO_IMAGE_DOCS_TAG} ${TRANSPORT_MODE_SELECTION}
343343
344344
- name: Run Ansys documentation building action
345-
uses: ansys/actions/doc-build@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
345+
uses: ansys/actions/doc-build@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
346346
with:
347347
python-version: ${{ env.MAIN_PYTHON_VERSION }}
348348
add-pdf-html-docs-as-assets: true
@@ -440,7 +440,7 @@ jobs:
440440

441441
- name: Run pytest
442442
if: env.SKIP_UNSTABLE == 'false'
443-
uses: ansys/actions/tests-pytest@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
443+
uses: ansys/actions/tests-pytest@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
444444
env:
445445
ALLOW_PLOTTING: true
446446
with:
@@ -604,7 +604,7 @@ jobs:
604604
id-token: write
605605
steps:
606606
- name: Build library source and wheel artifacts
607-
uses: ansys/actions/build-library@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
607+
uses: ansys/actions/build-library@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
608608
with:
609609
library-name: ${{ env.PACKAGE_NAME }}
610610
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -861,7 +861,7 @@ jobs:
861861
lookup-only: false # zizmor: ignore[cache-poisoning]
862862

863863
- name: Run pytest
864-
uses: ansys/actions/tests-pytest@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
864+
uses: ansys/actions/tests-pytest@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
865865
env:
866866
ALLOW_PLOTTING: true
867867
with:
@@ -903,7 +903,7 @@ jobs:
903903
contents: write
904904
steps:
905905
- name: Release to GitHub
906-
uses: ansys/actions/release-github@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
906+
uses: ansys/actions/release-github@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
907907
with:
908908
token: ${{ secrets.GITHUB_TOKEN }}
909909
library-name: ${{ env.PACKAGE_NAME }}
@@ -945,7 +945,7 @@ jobs:
945945
contents: write
946946
steps:
947947
- name: Deploy the latest documentation
948-
uses: ansys/actions/doc-deploy-dev@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
948+
uses: ansys/actions/doc-deploy-dev@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
949949
with:
950950
cname: ${{ env.DOCUMENTATION_CNAME }}
951951
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -961,7 +961,7 @@ jobs:
961961
contents: write
962962
steps:
963963
- name: Deploy the stable documentation
964-
uses: ansys/actions/doc-deploy-stable@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
964+
uses: ansys/actions/doc-deploy-stable@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
965965
with:
966966
cname: ${{ env.DOCUMENTATION_CNAME }}
967967
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -978,7 +978,7 @@ jobs:
978978
pull-requests: write
979979
steps:
980980
- name: Automerge PRs
981-
uses: ansys/actions/hk-automerge-prs@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
981+
uses: ansys/actions/hk-automerge-prs@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
982982
with:
983983
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
984984
approver-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

.github/workflows/docker_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: "Perform versions cleanup - except certain tags"
25-
uses: ansys/actions/hk-package-clean-except@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
25+
uses: ansys/actions/hk-package-clean-except@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
2626
with:
2727
package-name: 'geometry'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
pull-requests: write
112112
runs-on: ubuntu-latest
113113
steps:
114-
- uses: ansys/actions/doc-changelog@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
114+
- uses: ansys/actions/doc-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
115115
with:
116116
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
117117
use-conventional-commits: true

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
210210

211211
- name: Run pytest
212-
uses: ansys/actions/tests-pytest@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
212+
uses: ansys/actions/tests-pytest@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
213213
env:
214214
ALLOW_PLOTTING: true
215215
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
args: [--keep-full-version]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.2
24+
rev: v0.14.3
2525
hooks:
2626
- id: ruff-check
2727
- id: ruff-format

CODE_OF_CONDUCT.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Contributor Covenant Code of Conduct
1+
# Contributor covenant code of conduct
22

3-
## Our Pledge
3+
## Pledge
44

5-
In the interest of fostering an open and welcoming environment, we as
6-
contributors and maintainers pledge to making participation in our
7-
project and our community a harassment-free experience for everyone,
8-
regardless of age, body size, disability, ethnicity, sex
9-
characteristics, gender identity and expression, level of experience,
10-
education, socioeconomic status, nationality, personal appearance,
11-
race, religion, or sexual identity and orientation.
5+
In the interest of fostering an open and welcoming environment,
6+
all contributors and maintainers pledge to making participation
7+
in the Ansys project and community a harassment-free experience
8+
for everyone, regardless of age, body size, disability, ethnicity,
9+
sex characteristics, gender identity and expression, level of
10+
experience, education, socioeconomic status, nationality, personal
11+
appearance, race, religion, or sexual identity and orientation.
1212

13-
## Our Standards
13+
## Standards
1414

15-
Examples of behavior that contributes to creating a positive environment
15+
Examples of behavior that contribute to creating a positive environment
1616
include:
1717

1818
* Using welcoming and inclusive language
@@ -32,7 +32,7 @@ Examples of unacceptable behavior by participants include:
3232
* Other conduct which could reasonably be considered inappropriate in a
3333
professional setting
3434

35-
## Our Responsibilities
35+
## Responsibilities
3636

3737
Project maintainers are responsible for clarifying the standards of acceptable
3838
behavior and are expected to take appropriate and fair corrective action in
@@ -48,14 +48,14 @@ offensive, or harmful.
4848

4949
This Code of Conduct applies both within project spaces and in public spaces
5050
when an individual is representing the project or its community. Examples of
51-
representing a project or community include using an official project e-mail
52-
address, posting via an official social media account, or acting as an appointed
51+
representing a project or community include using an official project email
52+
address, posting using an official social media account, or acting as an appointed
5353
representative at an online or offline event. Representation of a project may be
5454
further defined and clarified by project maintainers.
5555

5656
## Attribution
5757

58-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
58+
This code of conduct is adapted from the [Contributor Covenant][homepage],
5959
version 1.4, available at
6060
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
6161

CONTRIBUTING.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# Contributing
1+
# Contribute
22

3-
We absolutely welcome any code contributions and we hope that this
4-
guide will facilitate an understanding of the PyAnsys Geometry code
5-
repository. It is important to note that while the PyAnsys Geometry software
6-
package is maintained by ANSYS and any submissions will be reviewed
7-
thoroughly before merging, we still seek to foster a community that can
8-
support user questions and develop new features to make this software
9-
a useful tool for all users. As such, we welcome and encourage any
10-
questions or submissions to this repository.
3+
Overall guidance on contributing to a PyAnsys library appears in the
4+
[Contributing] topic in the *PyAnsys developer's guide*. Ensure that you
5+
are thoroughly familiar with this guide before attempting to contribute to
6+
PyAnsys Geometry.
117

12-
For contributing to this project, please refer to the [PyAnsys Developer's Guide].
13-
Further information about contributing to PyAnsys Geometry can be found in [Contributing].
8+
The following contribution information is specific to PyAnsys Geometry.
149

15-
[PyAnsys Developer's Guide]: https://dev.docs.pyansys.com/index.html
16-
[Contributing]: https://geometry.docs.pyansys.com/version/dev/contributing.html
10+
* [Contributing to PyAnsys Geometry]
11+
12+
[Contributing]: https://dev.docs.pyansys.com/how-to/contributing.html
13+
[Contributing to PyAnsys Geometry]: https://geometry.docs.pyansys.com/version/dev/contributing.html
14+
15+
<!-- Begin content specific to your library here. -->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump ansys/actions from 10.1.4 to 10.1.5 in the actions group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update missing or outdated files
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump pyvista[jupyter] from 0.46.3 to 0.46.4

0 commit comments

Comments
 (0)