Skip to content

Commit

Permalink
fix: remove release attestations (#514)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
samypr100 authored Feb 5, 2025
1 parent 183bc64 commit 99c99ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,3 @@ jobs:
# Uploading the relevant artifact to the GitHub release.
- run: just release-run ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.sha }} ${{ github.event.inputs.tag }}
if: ${{ github.event.inputs.dry-run == 'false' }}

- name: Generate attestations
uses: actions/attest-build-provenance@v2
if: ${{ github.event.inputs.dry-run == 'false' }}
with:
subject-path: dist/*.tar.@(zst|gz)

0 comments on commit 99c99ab

Please sign in to comment.