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!
|
||||
if: ${{ always() && needs.host.result == 'success' }}
|
||||
runs-on: "depot-ubuntu-latest-4"
|
||||
permissions:
|
||||
"contents": "write"
|
||||
"id-token": "write"
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ dispatch-releases = true
|
|||
# Which phase dist should use to create the GitHub release
|
||||
github-release = "announce"
|
||||
# Whether to enable GitHub Attestations
|
||||
github-attestations = true
|
||||
github-attestations = false
|
||||
# When to generate GitHub Attestations
|
||||
github-attestations-phase = "announce"
|
||||
# Patterns to attest when creating attestations for release artifacts
|
||||
|
|
|
|||
Loading…
Reference in New Issue