diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb77fa4..3e93e49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,14 +31,14 @@ 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 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')