Skip to content

Commit

Permalink
fix: pypi publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivelin Ivanov committed Oct 5, 2021
1 parent 3328eb1 commit 05114a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
publish-prod:
name: Publish official package on PyPi.org
needs: [publish-test]
if: github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'ambianic'
if: github.repository_owner == 'ambianic'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 05114a4

Please sign in to comment.