Skip to content

Commit 13465da

Browse files
Bump version 0.7.2 with correct workflow
2 parents da42a9d + 1a2c200 commit 13465da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci_cd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ jobs:
8888
needs: build-library
8989
runs-on: ubuntu-latest
9090
steps:
91-
92-
- name: "Release to the private PyPI repository"
93-
uses: pyansys/actions/release-pypi-private@v1
94-
with:
95-
library-name: ${{ env.PACKAGE_NAME }}
96-
twine-username: "__token__"
97-
twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
98-
9991
- name: "Release to the public PyPI repository"
10092
uses: pyansys/actions/release-pypi-public@v1
10193
with:

0 commit comments

Comments
 (0)