From 2d3d266d0aed6dbc787a4b6556ebcf1a0e9cb4e3 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Wed, 29 Dec 2021 16:39:36 +0000 Subject: [PATCH] remove failing release step Remove failing "upload pypi files to release" step from deploy job, see https://github.com/svenstaro/upload-release-action/issues/61 --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa56107..6671709 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -344,11 +344,3 @@ jobs: run: make publish-docs env: NETLIFY: ${{ secrets.netlify_token }} - - - name: upload pypi files to release - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist/* - tag: ${{ github.ref }} - file_glob: true