From 349dc1be1a65d1e231e3736a24983b42c6c7ba6f Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Thu, 9 Apr 2020 16:09:33 +1000 Subject: [PATCH] Maybe fix pypi push --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 118d7da50a..5a7e4bc24a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -154,7 +154,6 @@ jobs: --disable-progress-bar \ --username=__token__ \ --password=${TWINE_PASSWORD} \ - --repository-url=${TWINE_REPOSITORY_URL} \ --skip-existing dist/* else echo "Skipping upload as 'PyPiToken' is not set" @@ -162,7 +161,6 @@ jobs: env: TWINE_PASSWORD: ${{ secrets.PyPiToken }} - TWINE_REPOSITORY_URL: 'https://pypi.org/legacy/' - name: Upload coverage to Codecov uses: codecov/codecov-action@v1