Skip to content

Commit

Permalink
workflows/release: enable PEP 740 attestations (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Sep 30, 2024
1 parent 787f9ea commit 2691f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
with:
packages-dir: built-packages/
attestations: true

release-github:
needs: [build, generate-provenance]
Expand All @@ -147,7 +148,6 @@ jobs:
# smoketest-artifacts/ contains the signatures and certificates.
files: |
built-packages/*
smoketest-artifacts/*
# Trigger workflow to generate pinned requirements.txt.
pin-requirements:
Expand Down

0 comments on commit 2691f4f

Please sign in to comment.