Skip to content

Commit

Permalink
VER: bump with actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Mar 31, 2023
1 parent b052f6c commit dfbfa2d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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__"
Expand Down

0 comments on commit dfbfa2d

Please sign in to comment.