Skip to content

Commit 3fc569b

Browse files
author
Ivelin Ivanov
authored
fix: prod deployment for main upstream repo only
1 parent 5b9eec5 commit 3fc569b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpublish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
# twine upload dist/*
3131
deploy-prod:
3232
name: Deploy to PyPi.org
33+
if: ${{ github.repository_owner == 'ambianic' }}
3334
needs: [deploy-validate]
3435
runs-on: ubuntu-latest
3536
steps:

0 commit comments

Comments
 (0)