Skip to content

Commit 4f1f09b

Browse files
committed
Fix yaml syntax
1 parent 46f7197 commit 4f1f09b

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.owner == 'flintlib'"
166166
environment:
167167
name: pypi
168168
url: https://pypi.org/p/sympy

0 commit comments

Comments
 (0)