Skip to content

Commit

Permalink
Fix commit hash for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Jul 14, 2024
1 parent d3a4fb3 commit 0144068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish distributions
name: Publish Tansu Python

on:
workflow_dispatch:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: hatch build

- name: Generate artifact attestation for sdist and wheels
uses: actions/attest-build-provenance@https://github.com/actions/attest-build-provenance/commit/5e9cb68e95676991667494a6a4e59b8a2f13e1d0
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0
with:
subject-path: "dist/tansu*"

Expand Down

0 comments on commit 0144068

Please sign in to comment.