This commit is contained in:
Marc Mueller
2022-02-05 17:44:48 +01:00
parent 8d5df7b382
commit bb6004dbd9
+2 -2
View File
@@ -75,7 +75,7 @@ jobs:
with: with:
upload_url: ${{ github.event.release.upload_url }} upload_url: ${{ github.event.release.upload_url }}
asset_path: ./dist/${{ steps.dist-names.outputs.sdist }} asset_path: ./dist/${{ steps.dist-names.outputs.sdist }}
# asset_name: ${{ steps.dist-names.outputs.sdist }} asset_name: ${{ steps.dist-names.outputs.sdist }}
# asset_content_type: application/tgz # asset_content_type: application/tgz
- name: Upload asset wheel - name: Upload asset wheel
if: github.event_name == 'release' if: github.event_name == 'release'
@@ -85,7 +85,7 @@ jobs:
with: with:
upload_url: ${{ github.event.release.upload_url }} upload_url: ${{ github.event.release.upload_url }}
asset_path: ./dist/${{ steps.dist-names.outputs.wheel }} asset_path: ./dist/${{ steps.dist-names.outputs.wheel }}
# asset_name: ${{ steps.dist-names.outputs.wheel }} asset_name: ${{ steps.dist-names.outputs.wheel }}
# asset_content_type: application/zip # asset_content_type: application/zip
wheels-init: wheels-init: