Skip to content

Commit c1051d4

Browse files
committed
Fix doc deployment.
1 parent 4629deb commit c1051d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
env:
261261
TWINE_USERNAME: PAT
262262
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
263-
TWINE_REPOSITORY_URL: https://pkgs.dev.azure.com/ansys/_packaging/ansys/pypi/upload
263+
TWINE_REPOSITORY_URL: https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/upload
264264

265265
- name: Upload to Public PyPi
266266
run: |

0 commit comments

Comments
 (0)