Skip to content

Commit 8ca26ea

Browse files
committed
Fix PyPI deployment action owner configuration
Was still checking for `leouieda` as the owner.
1 parent c28f95e commit 8ca26ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
needs: build
8989
# Only publish from the origin repository, not forks
90-
if: github.repository_owner == 'leouieda' && github.event_name != 'pull_request'
90+
if: github.repository_owner == 'fatiando' && github.event_name != 'pull_request'
9191

9292
steps:
9393
- name: Checkout

0 commit comments

Comments
 (0)