Skip to content

Commit 54418cd

Browse files
authored
MAINT: replace pyansys/actions for ansys/actions (#526)
1 parent 238b6e4 commit 54418cd

File tree

15 files changed

+52
-52
lines changed

15 files changed

+52
-52
lines changed

.github/workflows/ci_cd.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ env:
1313
PACKAGE_NAME: 'ansys-geometry-core'
1414
PACKAGE_NAMESPACE: 'ansys.geometry.core'
1515
DOCUMENTATION_CNAME: 'geometry.docs.pyansys.com'
16-
ANSRV_GEO_IMAGE: 'ghcr.io/pyansys/geometry'
17-
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/pyansys/geometry:windows-latest
16+
ANSRV_GEO_IMAGE: 'ghcr.io/ansys/geometry'
17+
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:windows-latest
1818
ANSRV_GEO_PORT: 700
1919
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
2020
GEO_CONT_NAME: ans_geo
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: PyAnsys code style checks
35-
uses: pyansys/actions/code-style@v4
35+
uses: ansys/actions/code-style@v4
3636
with:
3737
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3838

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: PyAnsys documentation style checks
44-
uses: pyansys/actions/doc-style@v4
44+
uses: ansys/actions/doc-style@v4
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747

@@ -61,7 +61,7 @@ jobs:
6161
os: macos-latest
6262
steps:
6363
- name: Build wheelhouse and perform smoke test
64-
uses: pyansys/actions/build-wheelhouse@v4
64+
uses: ansys/actions/build-wheelhouse@v4
6565
with:
6666
library-name: ${{ env.PACKAGE_NAME }}
6767
library-namespace: ${{ env.PACKAGE_NAMESPACE }}
@@ -299,7 +299,7 @@ jobs:
299299
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
300300

301301
- name: Run pytest
302-
uses: pyansys/actions/tests-pytest@v4
302+
uses: ansys/actions/tests-pytest@v4
303303
env:
304304
ALLOW_PLOTTING: true
305305
with:
@@ -337,7 +337,7 @@ jobs:
337337
runs-on: ubuntu-latest
338338
steps:
339339
- name: Build library source and wheel artifacts
340-
uses: pyansys/actions/build-library@v4
340+
uses: ansys/actions/build-library@v4
341341
with:
342342
library-name: ${{ env.PACKAGE_NAME }}
343343
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -377,14 +377,14 @@ jobs:
377377
runs-on: ubuntu-latest
378378
steps:
379379
- name: Release to the private PyPI repository
380-
uses: pyansys/actions/release-pypi-private@v4
380+
uses: ansys/actions/release-pypi-private@v4
381381
with:
382382
library-name: ${{ env.PACKAGE_NAME }}
383383
twine-username: "__token__"
384384
twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
385385

386386
- name: Release to GitHub
387-
uses: pyansys/actions/release-github@v4
387+
uses: ansys/actions/release-github@v4
388388
with:
389389
library-name: ${{ env.PACKAGE_NAME }}
390390
additional-artifacts: windows-binaries.zip linux-binaries.zip
@@ -396,7 +396,7 @@ jobs:
396396
needs: [package]
397397
steps:
398398
- name: Deploy the latest documentation
399-
uses: pyansys/actions/doc-deploy-dev@v4
399+
uses: ansys/actions/doc-deploy-dev@v4
400400
with:
401401
cname: ${{ env.DOCUMENTATION_CNAME }}
402402
token: ${{ secrets.GITHUB_TOKEN }}
@@ -408,7 +408,7 @@ jobs:
408408
needs: [release]
409409
steps:
410410
- name: Deploy the stable documentation
411-
uses: pyansys/actions/doc-deploy-stable@v4
411+
uses: ansys/actions/doc-deploy-stable@v4
412412
with:
413413
cname: ${{ env.DOCUMENTATION_CNAME }}
414414
token: ${{ secrets.GITHUB_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: pyansys/actions/hk-package-clean-except@v4
25+
uses: ansys/actions/hk-package-clean-except@v4
2626
with:
2727
package-name: 'geometry'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docker_push_stable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
runs-on: windows-latest
3030
if: inputs.images == 'all' || inputs.images == 'windows-latest'
3131
env:
32-
WINDOWS_UNSTABLE: ghcr.io/pyansys/geometry:windows-latest-unstable
33-
WINDOWS_STABLE_GHCR: ghcr.io/pyansys/geometry:windows-latest
32+
WINDOWS_UNSTABLE: ghcr.io/ansys/geometry:windows-latest-unstable
33+
WINDOWS_STABLE_GHCR: ghcr.io/ansys/geometry:windows-latest
3434
WINDOWS_STABLE_FUJI: azwepsifujiaksacr.azurecr.io/ansys/discovery/geometry:windows-latest
3535
steps:
3636
- name: Login in Github Container registry
@@ -70,8 +70,8 @@ jobs:
7070
runs-on: ubuntu-latest
7171
if: inputs.images == 'all' || inputs.images == 'linux-latest'
7272
env:
73-
LINUX_UNSTABLE: ghcr.io/pyansys/geometry:linux-latest-unstable
74-
LINUX_STABLE_GHCR: ghcr.io/pyansys/geometry:linux-latest
73+
LINUX_UNSTABLE: ghcr.io/ansys/geometry:linux-latest-unstable
74+
LINUX_STABLE_GHCR: ghcr.io/ansys/geometry:linux-latest
7575
LINUX_STABLE_FUJI: azwepsifujiaksacr.azurecr.io/ansys/discovery/geometry:linux-latest
7676
steps:
7777
- name: Login in Github Container registry

.github/workflows/docker_test_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616

1717
env:
1818
MAIN_PYTHON_VERSION: '3.10'
19-
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/pyansys/geometry:windows-latest-tmp
20-
ANSRV_GEO_IMAGE_LINUX_TAG: ghcr.io/pyansys/geometry:linux-latest-tmp
19+
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:windows-latest-tmp
20+
ANSRV_GEO_IMAGE_LINUX_TAG: ghcr.io/ansys/geometry:linux-latest-tmp
2121
ANSRV_GEO_PORT: 700
2222
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
2323
GEO_CONT_NAME: ans_geo

.github/workflows/label.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
issue-number: ${{ github.event.pull_request.number }}
7878
body: |
7979
Please add one of the following labels to add this contribution to the Release Notes :point_down:
80-
- [bug](https://github.com/pyansys/pygeometry/pulls?q=label%3Abug+)
81-
- [documentation](https://github.com/pyansys/pygeometry/pulls?q=label%3Adocumentation+)
82-
- [enhancement](https://github.com/pyansys/pygeometry/pulls?q=label%3Aenhancement+)
83-
- [good first issue](https://github.com/pyansys/pygeometry/pulls?q=label%3Agood+first+issue)
84-
- [maintenance](https://github.com/pyansys/pygeometry/pulls?q=label%3Amaintenance+)
85-
- [release](https://github.com/pyansys/pygeometry/pulls?q=label%3Arelease+)
80+
- [bug](https://github.com/ansys/pygeometry/pulls?q=label%3Abug+)
81+
- [documentation](https://github.com/ansys/pygeometry/pulls?q=label%3Adocumentation+)
82+
- [enhancement](https://github.com/ansys/pygeometry/pulls?q=label%3Aenhancement+)
83+
- [good first issue](https://github.com/ansys/pygeometry/pulls?q=label%3Agood+first+issue)
84+
- [maintenance](https://github.com/ansys/pygeometry/pulls?q=label%3Amaintenance+)
85+
- [release](https://github.com/ansys/pygeometry/pulls?q=label%3Arelease+)

.github/workflows/nightly_docker_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66

77
env:
88
MAIN_PYTHON_VERSION: '3.10'
9-
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/pyansys/geometry:windows-latest-unstable
10-
ANSRV_GEO_IMAGE_LINUX_TAG: ghcr.io/pyansys/geometry:linux-latest-unstable
9+
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:windows-latest-unstable
10+
ANSRV_GEO_IMAGE_LINUX_TAG: ghcr.io/ansys/geometry:linux-latest-unstable
1111
ANSRV_GEO_PORT: 710
1212
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
1313
GEO_CONT_NAME: ans_geo_nightly
@@ -103,7 +103,7 @@ jobs:
103103
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ${{ env.ANSRV_GEO_IMAGE_LINUX_TAG }}
104104
105105
- name: Run pytest
106-
uses: pyansys/actions/tests-pytest@v4
106+
uses: ansys/actions/tests-pytest@v4
107107
env:
108108
ALLOW_PLOTTING: true
109109
with:

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ PyGeometry
1414
:target: https://pypi.org/project/ansys-geometry-core
1515
:alt: PyPI
1616

17-
.. |codecov| image:: https://codecov.io/gh/pyansys/ansys-geometry-core/branch/main/graph/badge.svg
18-
:target: https://codecov.io/gh/pyansys/pygeometry
17+
.. |codecov| image:: https://codecov.io/gh/ansys/ansys-geometry-core/branch/main/graph/badge.svg
18+
:target: https://codecov.io/gh/ansys/pygeometry
1919
:alt: Codecov
2020

21-
.. |GH-CI| image:: https://github.com/pyansys/pygeometry/actions/workflows/ci_cd.yml/badge.svg
22-
:target: https://github.com/pyansys/pygeometry/actions/workflows/ci_cd.yml
21+
.. |GH-CI| image:: https://github.com/ansys/pygeometry/actions/workflows/ci_cd.yml/badge.svg
22+
:target: https://github.com/ansys/pygeometry/actions/workflows/ci_cd.yml
2323
:alt: GH-CI
2424

2525
.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
@@ -61,7 +61,7 @@ Once authenticated, please proceed to download the Geometry service Docker image
6161

6262
.. code:: bash
6363
64-
docker pull ghcr.io/pyansys/geometry:<tag>
64+
docker pull ghcr.io/ansys/geometry:<tag>
6565
6666
The following OS-dependent tags are available:
6767

@@ -89,7 +89,7 @@ First, start the Geometry service locally. If you have Docker installed and have
8989

9090
.. code:: bash
9191
92-
docker run --name ans_geo -e LICENSE_SERVER=<LICENSE-SERVER> -p 50051:50051 ghcr.io/pyansys/geometry:<TAG>
92+
docker run --name ans_geo -e LICENSE_SERVER=<LICENSE-SERVER> -p 50051:50051 ghcr.io/ansys/geometry:<TAG>
9393
9494
The Geometry service has a set of environment variables that are **mandatory**:
9595

@@ -191,7 +191,7 @@ To install PyGeometry in developer mode, perform these steps:
191191

192192
.. code:: bash
193193
194-
git clone https://github.com/pyansys/pygeometry
194+
git clone https://github.com/ansys/pygeometry
195195
196196
#. Access the ``pygeometry`` directory where the repository has been cloned:
197197

@@ -242,7 +242,7 @@ Install in offline mode
242242

243243
If you lack an internet connection on your installation machine (or you do not have access to the
244244
private Ansys PyPI packages repository), you should install PyGeometry by downloading the wheelhouse
245-
archive from the `Releases Page <https://github.com/pyansys/pygeometry/releases>`_ for your
245+
archive from the `Releases Page <https://github.com/ansys/pygeometry/releases>`_ for your
246246
corresponding machine architecture.
247247

248248
Each wheelhouse archive contains all the Python wheels necessary to install PyGeometry from scratch on Windows,

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"version_match": switcher_version,
4545
},
4646
"check_switcher": False,
47-
"github_url": "https://github.com/pyansys/pygeometry",
47+
"github_url": "https://github.com/ansys/pygeometry",
4848
"show_prev_next": False,
4949
"show_breadcrumbs": True,
5050
"collapse_navigation": True,
@@ -55,7 +55,7 @@
5555
"icon_links": [
5656
{
5757
"name": "Support",
58-
"url": "https://github.com/pyansys/pygeometry/discussions",
58+
"url": "https://github.com/ansys/pygeometry/discussions",
5959
"icon": "fa fa-comment fa-fw",
6060
},
6161
],

doc/source/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To clone and install the latest PyGeometry release in development mode, run:
1616

1717
.. code::
1818
19-
git clone https://github.com/pyansys/pygeometry
19+
git clone https://github.com/ansys/pygeometry
2020
cd pygeometry
2121
python -m pip install --upgrade pip
2222
pip install -e .
@@ -25,7 +25,7 @@ To clone and install the latest PyGeometry release in development mode, run:
2525
Post issues
2626
-----------
2727

28-
Use the `PyGeometry Issues <https://github.com/pyansys/pygeometry/issues>`_
28+
Use the `PyGeometry Issues <https://github.com/ansys/pygeometry/issues>`_
2929
page to submit questions, report bugs, and request new features. When possible, you
3030
should use these issue templates:
3131

doc/source/getting_started/docker.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Install the PyGeometry image
4545
Once you have Docker installed on your machine, the next steps involve pulling down the Geometry service
4646
Docker container.
4747

48-
#. Using your GitHub credentials, download the Docker image from the `pygeometry <https://github.com/pyansys/pygeometry>`_ repository.
48+
#. Using your GitHub credentials, download the Docker image from the `pygeometry <https://github.com/ansys/pygeometry>`_ repository.
4949

5050
#. If you have Docker installed, use a GitHub personal access token (PAT) with packages read permission to authorize Docker
5151
to access this repository. For more information,
@@ -87,7 +87,7 @@ Docker container.
8787

8888
.. code:: bash
8989
90-
docker pull ghcr.io/pyansys/geometry:<tag>
90+
docker pull ghcr.io/ansys/geometry:<tag>
9191
9292
The following OS-dependent tags are available:
9393

@@ -185,7 +185,7 @@ The Geometry service can be launched locally in two different ways:
185185

186186
.. code:: bash
187187
188-
docker run --name ans_geo -e LICENSE_SERVER=<LICENSE_SERVER> -p 50051:50051 ghcr.io/pyansys/geometry:<TAG>
188+
docker run --name ans_geo -e LICENSE_SERVER=<LICENSE_SERVER> -p 50051:50051 ghcr.io/ansys/geometry:<TAG>
189189
190190
191191
Connect to the Geometry service

0 commit comments

Comments
 (0)