We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28f95e commit 8ca26eaCopy full SHA for 8ca26ea
.github/workflows/pypi.yml
@@ -87,7 +87,7 @@ jobs:
87
runs-on: ubuntu-latest
88
needs: build
89
# Only publish from the origin repository, not forks
90
- if: github.repository_owner == 'leouieda' && github.event_name != 'pull_request'
+ if: github.repository_owner == 'fatiando' && github.event_name != 'pull_request'
91
92
steps:
93
- name: Checkout
0 commit comments