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 29a0734 commit 495eae9Copy full SHA for 495eae9
.github/workflows/publish-to-pypi.yml
@@ -7,6 +7,8 @@ on: push
7
jobs:
8
build:
9
name: Build distribution 📦
10
+ # Don't run on forked repositories
11
+ if: github.event.repository.fork != true
12
runs-on: ubuntu-latest
13
14
steps:
0 commit comments