We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6522881 + 3402322 commit 27ac49fCopy full SHA for 27ac49f
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
id: baipp
22
uses: hynek/build-and-inspect-python-package@v2
23
with:
24
- attest-build-provenance-github: true
+ attest-build-provenance-github: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
25
env:
26
SETUPTOOLS_SCM_OVERRIDES_FOR_INICONFIG: ${{ github.ref == 'refs/heads/main' && 'local_scheme="no-local-version"' || '' }}
27
0 commit comments