We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b052f6c commit dfbfa2dCopy full SHA for dfbfa2d
.github/workflows/ci_cd.yml
@@ -89,15 +89,8 @@ jobs:
89
runs-on: ubuntu-latest
90
steps:
91
92
- - name: "Release to the private PyPI repository"
93
- uses: pyansys/actions/release-pypi-private@v4
94
- with:
95
- library-name: ${{ env.PACKAGE_NAME }}
96
- twine-username: "__token__"
97
- twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
98
-
99
- name: "Release to the public PyPI repository"
100
- uses: pyansys/actions/release-pypi-public@v4
+ uses: pyansys/actions/release-pypi-public@v3
101
with:
102
library-name: ${{ env.PACKAGE_NAME }}
103
twine-username: "__token__"
0 commit comments