We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9eec5 commit 3fc569bCopy full SHA for 3fc569b
.github/workflows/pythonpublish.yml
@@ -30,6 +30,7 @@ jobs:
30
# twine upload dist/*
31
deploy-prod:
32
name: Deploy to PyPi.org
33
+ if: ${{ github.repository_owner == 'ambianic' }}
34
needs: [deploy-validate]
35
runs-on: ubuntu-latest
36
steps:
0 commit comments