Skip to content

Commit 0df7ee4

Browse files
fix: Prepare for public release (#74)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 686e700 commit 0df7ee4

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# These owners will be the default owners for everything in
55
# the repo. Unless a later match takes precedence,
66
# they will be requested for review when someone opens a pull request.
7-
* @ansys-internal/ansys-common-tools-maintainers
7+
* @ansys/ansys-common-tools-maintainers
88

99
# Local launcher
1010
/src/ansys/common/tools/launcher/* @greschd

.github/workflows/cicd.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,16 @@ jobs:
4242
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
4343
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
4444

45-
# TODO uncomment after the first public release
46-
# vulnerabilities:
47-
# name: Check library vulnerabilities
48-
# runs-on: ubuntu-latest
49-
# steps:
50-
# - uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
51-
# with:
52-
# python-version: ${{ env.MAIN_PYTHON_VERSION }}
53-
# token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
54-
# python-package-name: ${{ env.PACKAGE_NAME }}
55-
# dev-mode: ${{ github.ref != 'refs/heads/main' }}
45+
vulnerabilities:
46+
name: Check library vulnerabilities
47+
runs-on: ubuntu-latest
48+
steps:
49+
- uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
50+
with:
51+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
52+
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
53+
python-package-name: ${{ env.PACKAGE_NAME }}
54+
dev-mode: ${{ github.ref != 'refs/heads/main' }}
5655

5756
code-style:
5857
name: Code style

.github/workflows/label.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ jobs:
9696
issue-number: ${{ github.event.pull_request.number }}
9797
body: |
9898
Please add one of the following labels to add this contribution to the Release Notes :point_down:
99-
- [bug](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Abug+)
100-
- [documentation](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Adocumentation+)
101-
- [enhancement](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Aenhancement+)
102-
- [good first issue](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Agood+first+issue)
103-
- [maintenance](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Amaintenance+)
104-
- [release](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Arelease+)
99+
- [bug](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Abug+)
100+
- [documentation](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Adocumentation+)
101+
- [enhancement](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Aenhancement+)
102+
- [good first issue](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Agood+first+issue)
103+
- [maintenance](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Amaintenance+)
104+
- [release](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Arelease+)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Ansys Internal
3+
Copyright (c) 2025 ANSYS, Inc. and/or its affiliates.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Ansys Common Tools
1818
:target: https://opensource.org/licenses/MIT
1919
:alt: MIT
2020

21-
.. |GH-CI| image:: https://github.com/ansys-internal/ansys-tools-common/actions/workflows/cicd.yml/badge.svg
22-
:target: https://github.com/ansys-internal/ansys-tools-common/actions/workflows/cicd.yml
21+
.. |GH-CI| image:: https://github.com/ansys/ansys-tools-common/actions/workflows/cicd.yml/badge.svg
22+
:target: https://github.com/ansys/ansys-tools-common/actions/workflows/cicd.yml
2323
:alt: GH-CI
2424

2525
.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/ansys-tools-common/main.svg
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix: Prepare for public release

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
linkcheck_ignore = []
7474

7575
if switcher_version != "dev":
76-
linkcheck_ignore.append(f"https://github.com/ansys-internal/ansys-tools-common/releases/tag/v{__version__}")
76+
linkcheck_ignore.append(f"https://github.com/ansys/ansys-tools-common/releases/tag/v{__version__}")
7777

7878
# Sphinx extensions
7979
extensions = [

0 commit comments

Comments
 (0)