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 4629deb commit c1051d4Copy full SHA for c1051d4
.github/workflows/ci_cd.yml
@@ -260,7 +260,7 @@ jobs:
260
env:
261
TWINE_USERNAME: PAT
262
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
263
- TWINE_REPOSITORY_URL: https://pkgs.dev.azure.com/ansys/_packaging/ansys/pypi/upload
+ TWINE_REPOSITORY_URL: https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/upload
264
265
- name: Upload to Public PyPi
266
run: |
0 commit comments