Skip to content

Commit 99c99ab

Browse files
authored
fix: remove release attestations (#514)
See https://github.com/astral-sh/python-build-standalone/actions/runs/13165689836/job/36745165697 This remove release attestations for now until problem with glob resulting in no matches is identified
1 parent 183bc64 commit 99c99ab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,3 @@ jobs:
7878
# Uploading the relevant artifact to the GitHub release.
7979
- run: just release-run ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.sha }} ${{ github.event.inputs.tag }}
8080
if: ${{ github.event.inputs.dry-run == 'false' }}
81-
82-
- name: Generate attestations
83-
uses: actions/attest-build-provenance@v2
84-
if: ${{ github.event.inputs.dry-run == 'false' }}
85-
with:
86-
subject-path: dist/*.tar.@(zst|gz)

0 commit comments

Comments
 (0)