mirror of https://github.com/astral-sh/uv
Remove attestations
This commit is contained in:
parent
d8c9aaf6df
commit
c9c9195303
|
|
@ -203,7 +203,6 @@ jobs:
|
||||||
if: ${{ always() && needs.host.result == 'success' }}
|
if: ${{ always() && needs.host.result == 'success' }}
|
||||||
runs-on: "depot-ubuntu-latest-4"
|
runs-on: "depot-ubuntu-latest-4"
|
||||||
permissions:
|
permissions:
|
||||||
"attestations": "write"
|
|
||||||
"contents": "write"
|
"contents": "write"
|
||||||
"id-token": "write"
|
"id-token": "write"
|
||||||
env:
|
env:
|
||||||
|
|
@ -224,15 +223,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# Remove the granular manifests
|
# Remove the granular manifests
|
||||||
rm -f artifacts/*-dist-manifest.json
|
rm -f artifacts/*-dist-manifest.json
|
||||||
- name: Attest
|
|
||||||
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2
|
|
||||||
with:
|
|
||||||
subject-path: |
|
|
||||||
artifacts/*.json
|
|
||||||
artifacts/*.sh
|
|
||||||
artifacts/*.ps1
|
|
||||||
artifacts/*.zip
|
|
||||||
artifacts/*.tar.gz
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
env:
|
env:
|
||||||
PRERELEASE_FLAG: "${{ fromJson(needs.host.outputs.val).announcement_is_prerelease && '--prerelease' || '' }}"
|
PRERELEASE_FLAG: "${{ fromJson(needs.host.outputs.val).announcement_is_prerelease && '--prerelease' || '' }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue