Skip to content

Commit

Permalink
Merge branch 'main' into fix/catch-listname-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Mar 4, 2025
2 parents 62e326a + 882b1bb commit ebfc85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'scikit-hep/pylhe')
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true' && github.repository == 'scikit-hep/pylhe')
|| (github.event_name == 'release' && github.event.action == 'published' && github.repository == 'scikit-hep/pylhe')
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
with:
subject-path: "dist/pylhe-*"

Expand Down

0 comments on commit ebfc85e

Please sign in to comment.