Skip to content

Commit

Permalink
Merge pull request #155 from ansys/comment_pypi_public
Browse files Browse the repository at this point in the history
Comment public Pypi
  • Loading branch information
Samuelopez-ansys authored Sep 6, 2023
2 parents c776fd1 + ec892a9 commit acdd5e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acdd5e9

Please sign in to comment.