Skip to content

Commit 97b7e80

Browse files
fix: PyPI release name
1 parent 9b95a75 commit 97b7e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- name: "Release to the private PyPI repository"
162162
uses: ansys/actions/release-pypi-private@v9
163163
with:
164-
library-name: "ansys-api-meshing-maestro"
164+
library-name: "ansys-tools-common"
165165
twine-username: "__token__"
166166
twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
167167

0 commit comments

Comments
 (0)