From e17f2dab6a9846bc4e4de5116b238940be0bf487 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 23 Jun 2023 16:48:19 +0200 Subject: [PATCH] Remove test PyPI specific URL (#329) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb440ade..55f94811 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,6 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} - repository-url: https://test.pypi.org/legacy/ build-and-push-container-image: name: Builds and pushes the Matter Server container to ghcr.io runs-on: ubuntu-latest