diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ab4b2b23c..a8c9f1dce 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__"