This commit is contained in:
Marc Mueller
2022-02-05 17:42:57 +01:00
parent 9a15f5fdec
commit 8d5df7b382
+4 -4
View File
@@ -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