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 c9b1424 commit 79a84faCopy full SHA for 79a84fa
.github/workflows/pypi.yml
@@ -162,7 +162,8 @@ jobs:
162
id-token: write
163
needs: [check_dist]
164
runs-on: ubuntu-latest
165
- if: github.event_name == 'release' && github.event.action == 'published'
+ # Don't publish from forks
166
+ if: github.repository_owner == 'pymc-devs' && github.event_name == 'release' && github.event.action == 'published'
167
steps:
168
- uses: actions/download-artifact@v4
169
with:
0 commit comments