Skip to content

Commit dfbfa2d

Browse files
VER: bump with actions v3
1 parent b052f6c commit dfbfa2d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,8 @@ jobs:
8989
runs-on: ubuntu-latest
9090
steps:
9191

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-
9992
- name: "Release to the public PyPI repository"
100-
uses: pyansys/actions/release-pypi-public@v4
93+
uses: pyansys/actions/release-pypi-public@v3
10194
with:
10295
library-name: ${{ env.PACKAGE_NAME }}
10396
twine-username: "__token__"

0 commit comments

Comments
 (0)