From e1c1239a38a2eb4541e145888f57694dbe75a038 Mon Sep 17 00:00:00 2001 From: Clinton Blackburn Date: Wed, 29 Sep 2021 22:58:12 -0700 Subject: [PATCH] Removed upload-release-action This action is failing is not relevant to the needs of our users since most expect to download from PyPI. --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7527404..21b7c5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,15 +31,6 @@ jobs: python setup.py sdist --format=gztar bdist_wheel twine check dist/* - - name: Upload packages to GitHub release - uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist/* - file_glob: true - tag: ${{ github.ref }} - overwrite: true - - name: Upload packages to Jazzband if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master