From db783211aec387f5cf41d75f51d9bca8a913fc16 Mon Sep 17 00:00:00 2001 From: Alex Fernandez Luces Date: Fri, 31 Oct 2025 09:34:34 +0100 Subject: [PATCH 1/2] fix: Prepare for public release --- .github/CODEOWNERS | 2 +- .github/workflows/cicd.yml | 21 ++++++++++----------- .github/workflows/label.yml | 12 ++++++------ LICENSE | 2 +- README.rst | 4 ++-- doc/source/conf.py | 2 +- 6 files changed, 21 insertions(+), 22 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index faa6830b..d9a8a34a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,7 +4,7 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, # they will be requested for review when someone opens a pull request. -* @ansys-internal/ansys-common-tools-maintainers +* @ansys/ansys-common-tools-maintainers # Local launcher /src/ansys/common/tools/launcher/* @greschd diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a540da16..e51e5f1c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -42,17 +42,16 @@ jobs: bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }} - # TODO uncomment after the first public release - # vulnerabilities: - # name: Check library vulnerabilities - # runs-on: ubuntu-latest - # steps: - # - uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4 - # with: - # python-version: ${{ env.MAIN_PYTHON_VERSION }} - # token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} - # python-package-name: ${{ env.PACKAGE_NAME }} - # dev-mode: ${{ github.ref != 'refs/heads/main' }} + vulnerabilities: + name: Check library vulnerabilities + runs-on: ubuntu-latest + steps: + - uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4 + with: + python-version: ${{ env.MAIN_PYTHON_VERSION }} + token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} + python-package-name: ${{ env.PACKAGE_NAME }} + dev-mode: ${{ github.ref != 'refs/heads/main' }} code-style: name: Code style diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 41895efe..81128c97 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -96,9 +96,9 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body: | Please add one of the following labels to add this contribution to the Release Notes :point_down: - - [bug](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Abug+) - - [documentation](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Adocumentation+) - - [enhancement](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Aenhancement+) - - [good first issue](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Agood+first+issue) - - [maintenance](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Amaintenance+) - - [release](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Arelease+) + - [bug](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Abug+) + - [documentation](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Adocumentation+) + - [enhancement](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Aenhancement+) + - [good first issue](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Agood+first+issue) + - [maintenance](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Amaintenance+) + - [release](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Arelease+) diff --git a/LICENSE b/LICENSE index 44f82397..1a6cfdd5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Ansys Internal +Copyright (c) 2025 ANSYS, Inc. and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.rst b/README.rst index 1b1c70b0..9746ac97 100644 --- a/README.rst +++ b/README.rst @@ -18,8 +18,8 @@ Ansys Common Tools :target: https://opensource.org/licenses/MIT :alt: MIT -.. |GH-CI| image:: https://github.com/ansys-internal/ansys-tools-common/actions/workflows/cicd.yml/badge.svg - :target: https://github.com/ansys-internal/ansys-tools-common/actions/workflows/cicd.yml +.. |GH-CI| image:: https://github.com/ansys/ansys-tools-common/actions/workflows/cicd.yml/badge.svg + :target: https://github.com/ansys/ansys-tools-common/actions/workflows/cicd.yml :alt: GH-CI .. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/ansys-tools-common/main.svg diff --git a/doc/source/conf.py b/doc/source/conf.py index 6c3e10cc..1b257f04 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -73,7 +73,7 @@ linkcheck_ignore = [] if switcher_version != "dev": - linkcheck_ignore.append(f"https://github.com/ansys-internal/ansys-tools-common/releases/tag/v{__version__}") + linkcheck_ignore.append(f"https://github.com/ansys/ansys-tools-common/releases/tag/v{__version__}") # Sphinx extensions extensions = [ From 8d11cc5a03974e49b0f6c792eced33672587fdd2 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 31 Oct 2025 08:36:07 +0000 Subject: [PATCH 2/2] chore: adding changelog file 74.miscellaneous.md [dependabot-skip] --- doc/source/changelog/74.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/74.miscellaneous.md diff --git a/doc/source/changelog/74.miscellaneous.md b/doc/source/changelog/74.miscellaneous.md new file mode 100644 index 00000000..16f9c9bf --- /dev/null +++ b/doc/source/changelog/74.miscellaneous.md @@ -0,0 +1 @@ +Fix: Prepare for public release