Skip to content

Commit

Permalink
Bump version 0.7.2 with correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Nov 28, 2022
2 parents da42a9d + 1a2c200 commit 13465da
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@ jobs:
needs: build-library
runs-on: ubuntu-latest
steps:

- name: "Release to the private PyPI repository"
uses: pyansys/actions/release-pypi-private@v1
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@v1
with:
Expand Down

0 comments on commit 13465da

Please sign in to comment.