diff --git a/.github/workflows/pythonBindings-Pypi.yml b/.github/workflows/pythonBindings-Pypi.yml index a88cd4b5ff..fe08601c72 100644 --- a/.github/workflows/pythonBindings-Pypi.yml +++ b/.github/workflows/pythonBindings-Pypi.yml @@ -141,7 +141,7 @@ jobs: environment: name: deploy-pypi - url: https://test.pypi.org/p/dgtal_ghactions_test + url: https://pypi.org/p/dgtal permissions: id-token: write # IMPORTANT: mandatory for trusted publishing @@ -155,8 +155,5 @@ jobs: - name: Publish distribution 📦 to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ -