Skip to content

Commit 0259e31

Browse files
Merge pull request #153 from oscarbenjamin/pr_fix_auto_deploy
owner -> repository_owner
2 parents d8c5c84 + 2cb55a7 commit 0259e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
name: Publish to PyPI
163163
needs: [build_wheels, build_sdist]
164164
# Run only when a tag is pushed to the flintlib/python-flint repo
165-
if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.owner == 'flintlib'"
165+
if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository_owner == 'flintlib'"
166166
environment:
167167
name: pypi
168168
url: https://pypi.org/p/sympy

0 commit comments

Comments
 (0)