From 711d231777fb00eb08410ff66645988921795558 Mon Sep 17 00:00:00 2001 From: Andy Grigg Date: Mon, 5 Jun 2023 10:23:21 -0400 Subject: [PATCH] Update CI and pom.xml (#74) Co-authored-by: Andy-Grigg --- .github/workflows/generate_library.yml | 8 -------- .m2/settings.xml | 4 ++-- ansys-grantami-serverapi-openapi/README.md | 2 +- ansys-grantami-serverapi-openapi/pyproject.toml | 2 -- pom.xml | 5 +++-- 5 files changed, 6 insertions(+), 15 deletions(-) diff --git a/.github/workflows/generate_library.yml b/.github/workflows/generate_library.yml index 834331d0..d12bbddf 100644 --- a/.github/workflows/generate_library.yml +++ b/.github/workflows/generate_library.yml @@ -15,17 +15,9 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor != 'pyansys-bot[bot]' }} steps: - - name: "Get Bot Application Token" - id: get_workflow_token - uses: peter-murray/workflow-application-token-action@v2 - with: - application_id: ${{ secrets.BOT_APPLICATION_ID }} - application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }} - - name: "Checkout repository" uses: actions/checkout@v3 with: - token: ${{ steps.get_workflow_token.outputs.token }} ref: ${{ github.event.pull_request.head.ref }} - name: "Set up JDK 11" diff --git a/.m2/settings.xml b/.m2/settings.xml index 85ea0451..ca2e249d 100644 --- a/.m2/settings.xml +++ b/.m2/settings.xml @@ -17,7 +17,7 @@ github - https://maven.pkg.github.com/pyansys/openapi-client-template + https://maven.pkg.github.com/ansys/openapi-client-template true @@ -30,7 +30,7 @@ github - https://maven.pkg.github.com/pyansys/openapi-client-template + https://maven.pkg.github.com/ansys/openapi-client-template true diff --git a/ansys-grantami-serverapi-openapi/README.md b/ansys-grantami-serverapi-openapi/README.md index 16842627..db49cff5 100644 --- a/ansys-grantami-serverapi-openapi/README.md +++ b/ansys-grantami-serverapi-openapi/README.md @@ -2,7 +2,7 @@ Autogenerated client library for the Granta MI Server API. -Direct use of this package is unsupported, please use [ansys-grantami-recordlists](https://github.com/pyansys/grantami-recordlists) instead. +Direct use of this package is unsupported, please use [ansys-grantami-recordlists](https://github.com/ansys/grantami-recordlists) instead. This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project. diff --git a/ansys-grantami-serverapi-openapi/pyproject.toml b/ansys-grantami-serverapi-openapi/pyproject.toml index ebf8d529..91194abc 100644 --- a/ansys-grantami-serverapi-openapi/pyproject.toml +++ b/ansys-grantami-serverapi-openapi/pyproject.toml @@ -38,8 +38,6 @@ dependencies = [ [project.urls] Homepage = "https://github.com/ansys/grantami-serverapi-openapi" -Source = "https://github.com/ansys/grantami-serverapi-openapi" -Documentation = "https://github.com/ansys/grantami-serverapi-openapi" [project.optional-dependencies] test = [ diff --git a/pom.xml b/pom.xml index 802e81f7..30c0f6d0 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 1.0.0 0.1.0 server-api.json - 1.5.1-SNAPSHOT + 1.6.0-SNAPSHOT ansys-grantami-serverapi-openapi ansys.grantami.serverapi_openapi Autogenerated client library for the Granta MI Server API. @@ -41,7 +41,8 @@ ${package-name} ${package-description} ansys-grantami-recordlists - https://github.com/pyansys/grantami-recordlists + https://github.com/ansys/grantami-recordlists + https://github.com/ansys/grantami-serverapi-openapi ${package-version}