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.
1 parent a0fe30d commit 0356f1eCopy full SHA for 0356f1e
.github/workflows/pypi.yml
@@ -37,6 +37,8 @@ jobs:
37
38
- name: Attest GitHub build provenance
39
uses: actions/attest-build-provenance@v2
40
+ # Don't attest from forks
41
+ if: github.repository_owner == 'pymc-devs'
42
with:
43
subject-path: dist/*.tar.gz
44
@@ -82,6 +84,8 @@ jobs:
82
84
83
85
86
87
88
89
90
subject-path: ./wheelhouse/*.whl
91
@@ -117,6 +121,8 @@ jobs:
117
121
118
122
119
123
124
125
120
126
127
subject-path: dist/*.whl
128
0 commit comments