Skip to content

Commit 54ab1d5

Browse files
Merge branch 'main' into dependabot/pip/doc-dependencies-704ae61e01
2 parents 24f0241 + fdf7717 commit 54ab1d5

Some content is hidden

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

45 files changed

+61
-39
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
contents: write
170170
steps:
171171
- name: "Download the library artifacts from build-library step"
172-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
172+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
173173
with:
174174
name: ${{ env.PACKAGE_NAME }}-artifacts
175175
path: ${{ env.PACKAGE_NAME }}-artifacts
@@ -185,6 +185,7 @@ jobs:
185185
- name: Release to GitHub
186186
uses: ansys/actions/release-github@v9
187187
with:
188+
token: ${{ secrets.GITHUB_TOKEN }}
188189
library-name: ${{ env.PACKAGE_NAME }}
189190

190191
upload_docs_release:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: check-github-workflows
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.11.5
37+
rev: v0.11.6
3838
hooks:
3939
- id: ruff
4040
args: [--fix]

CHANGELOG.md

Lines changed: 49 additions & 0 deletions

doc/changelog.d/229.test.md

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

doc/changelog.d/230.maintenance.md

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

doc/changelog.d/232.maintenance.md

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

doc/changelog.d/233.fixed.md

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

doc/changelog.d/234.dependencies.md

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

doc/changelog.d/235.dependencies.md

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

doc/changelog.d/237.maintenance.md

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

0 commit comments

Comments
 (0)