diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index f9494178d..59466e3fc 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -213,12 +213,12 @@ jobs: twine-username: "__token__" twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }} - - name: "Release to the public PyPI repository" - uses: ansys/actions/release-pypi-public@v4 - with: - library-name: ${{ env.LIBRARY_NAME }} - twine-username: "__token__" - twine-token: ${{ secrets.PYPI_TOKEN }} +# - name: "Release to the public PyPI repository" +# uses: ansys/actions/release-pypi-public@v4 +# with: +# library-name: ${{ env.LIBRARY_NAME }} +# twine-username: "__token__" +# twine-token: ${{ secrets.PYPI_TOKEN }} - name: "Release to GitHub" uses: ansys/actions/release-github@v4