Test 3
This commit is contained in:
parent
bb6004dbd9
commit
7be626cb36
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -59,6 +59,8 @@ jobs:
|
||||
name: Upload release assets
|
||||
runs-on: ubuntu-latest
|
||||
# if: github.event_name == "release"
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v2
|
||||
@ -76,7 +78,7 @@ jobs:
|
||||
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_content_type: application/tgz
|
||||
- name: Upload asset wheel
|
||||
if: github.event_name == 'release'
|
||||
uses: actions/upload-release-asset@v1
|
||||
@ -86,7 +88,7 @@ jobs:
|
||||
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_content_type: application/zip
|
||||
|
||||
wheels-init:
|
||||
name: Init wheels build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user