Skip to content

Commit

Permalink
fix: prod deployment for main upstream repo only
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivelin Ivanov authored Oct 4, 2021
1 parent 5b9eec5 commit 3fc569b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# twine upload dist/*
deploy-prod:
name: Deploy to PyPi.org
if: ${{ github.repository_owner == 'ambianic' }}
needs: [deploy-validate]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3fc569b

Please sign in to comment.