Skip to content

Commit

Permalink
Removed upload-release-action
Browse files Browse the repository at this point in the history
This action is failing is not relevant to the needs of our users since most expect to download from PyPI.
  • Loading branch information
clintonb committed Sep 30, 2021
1 parent d38cb83 commit e1c1239
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1c1239

Please sign in to comment.