Skip to content

Commit

Permalink
Revert "Don't attest from forks"
Browse files Browse the repository at this point in the history
This reverts commit 0356f1e.
  • Loading branch information
maresb committed Jan 23, 2025
1 parent 0356f1e commit 8f46e2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:

- name: Attest GitHub build provenance
uses: actions/attest-build-provenance@v2
# Don't attest from forks
if: github.repository_owner == 'pymc-devs'
with:
subject-path: dist/*.tar.gz

Expand Down Expand Up @@ -84,8 +82,6 @@ jobs:

- name: Attest GitHub build provenance
uses: actions/attest-build-provenance@v2
# Don't attest from forks
if: github.repository_owner == 'pymc-devs'
with:
subject-path: ./wheelhouse/*.whl

Expand Down Expand Up @@ -121,8 +117,6 @@ jobs:
- name: Attest GitHub build provenance
uses: actions/attest-build-provenance@v2
# Don't attest from forks
if: github.repository_owner == 'pymc-devs'
with:
subject-path: dist/*.whl

Expand Down

0 comments on commit 8f46e2c

Please sign in to comment.