Test 2
This commit is contained in:
@@ -75,7 +75,7 @@ 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_name: ${{ steps.dist-names.outputs.sdist }}
|
||||
# asset_content_type: application/tgz
|
||||
- name: Upload asset wheel
|
||||
if: github.event_name == 'release'
|
||||
@@ -85,7 +85,7 @@ 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_name: ${{ steps.dist-names.outputs.wheel }}
|
||||
# asset_content_type: application/zip
|
||||
|
||||
wheels-init:
|
||||
|
||||
Reference in New Issue
Block a user