From 8d5df7b38292e2ced8537608190b974029a084c4 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 5 Feb 2022 17:42:57 +0100 Subject: [PATCH] Test 1 --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8a6d51a8f..7f23dc4a0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,8 +75,8 @@ jobs: with: upload_url: ${{ github.event.release.upload_url }} asset_path: ./dist/${{ steps.dist-names.outputs.sdist }} - asset_name: ${{ steps.dist-names.outputs.sdist }} - asset_content_type: application/tgz + # asset_name: ${{ steps.dist-names.outputs.sdist }} + # asset_content_type: application/tgz - name: Upload asset wheel if: github.event_name == 'release' uses: actions/upload-release-asset@v1 @@ -85,8 +85,8 @@ jobs: with: upload_url: ${{ github.event.release.upload_url }} asset_path: ./dist/${{ steps.dist-names.outputs.wheel }} - asset_name: ${{ steps.dist-names.outputs.wheel }} - asset_content_type: application/zip + # asset_name: ${{ steps.dist-names.outputs.wheel }} + # asset_content_type: application/zip wheels-init: name: Init wheels build