mirror of https://github.com/astral-sh/uv
Properly remove attestations
This commit is contained in:
parent
c9c9195303
commit
0523fa18e9
|
|
@ -202,9 +202,6 @@ jobs:
|
||||||
# "host" however must run to completion, no skipping allowed!
|
# "host" however must run to completion, no skipping allowed!
|
||||||
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:
|
|
||||||
"contents": "write"
|
|
||||||
"id-token": "write"
|
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ dispatch-releases = true
|
||||||
# Which phase dist should use to create the GitHub release
|
# Which phase dist should use to create the GitHub release
|
||||||
github-release = "announce"
|
github-release = "announce"
|
||||||
# Whether to enable GitHub Attestations
|
# Whether to enable GitHub Attestations
|
||||||
github-attestations = true
|
github-attestations = false
|
||||||
# When to generate GitHub Attestations
|
# When to generate GitHub Attestations
|
||||||
github-attestations-phase = "announce"
|
github-attestations-phase = "announce"
|
||||||
# Patterns to attest when creating attestations for release artifacts
|
# Patterns to attest when creating attestations for release artifacts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue