Skip to content

Commit 10c2aa0

Browse files
authored
debug the release trigger (#52)
* temporarily trigger on PRs * use the right context var * revert triggering on PRs
1 parent 7277fad commit 10c2aa0

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
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
name: Build packages
1212
runs-on: ubuntu-latest
13-
if: github.owner == 'xarray-contrib'
13+
if: github.repository_owner == 'xarray-contrib'
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v6

0 commit comments

Comments
 (0)