Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…heme into release/0.9
  • Loading branch information
Revathyvenugopal162 committed Feb 27, 2023
2 parents dcd6d8c + 25340ca commit 3cd89cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,20 @@ jobs:
steps:

- name: "Release to the private PyPI repository"
uses: pyansys/actions/release-pypi-private@v3
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@v3
uses: pyansys/actions/release-pypi-public@v4
with:
library-name: ${{ env.PACKAGE_NAME }}
twine-username: "__token__"
twine-token: ${{ secrets.PYPI_TOKEN }}

- name: "Release to GitHub"
uses: pyansys/actions/release-github@v3
uses: pyansys/actions/release-github@v4
with:
library-name: ${{ env.PACKAGE_NAME }}

0 comments on commit 3cd89cd

Please sign in to comment.