From 4b210b9391d85c825a5716a0ccf9c2db490a2f01 Mon Sep 17 00:00:00 2001 From: Uros Bajzelj Date: Thu, 1 Sep 2022 11:51:29 +0200 Subject: [PATCH] Remove the legacy PyPI url in the GHA workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e82d63..a48b6db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,8 +172,6 @@ jobs: with: user: "__token__" password: "${{ secrets.PYPI_API_TOKEN }}" - # Using PyPi dev. - repository_url: "https://test.pypi.org/legacy/" slack-notify: needs: - "publish_gh"