From dfbfa2de3b9faf18b1001837b585f46e5d5b669f Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Fri, 31 Mar 2023 11:54:07 +0200 Subject: [PATCH] VER: bump with actions v3 --- .github/workflows/ci_cd.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ab4b2b23..a8c9f1dc 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -89,15 +89,8 @@ jobs: runs-on: ubuntu-latest steps: - - name: "Release to the private PyPI repository" - uses: pyansys/actions/release-pypi-private@v4 - with: - library-name: ${{ env.PACKAGE_NAME }} - twine-username: "__token__" - twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }} - - name: "Release to the public PyPI repository" - uses: pyansys/actions/release-pypi-public@v4 + uses: pyansys/actions/release-pypi-public@v3 with: library-name: ${{ env.PACKAGE_NAME }} twine-username: "__token__"