We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f7197 commit 4f1f09bCopy full SHA for 4f1f09b
.github/workflows/buildwheel.yml
@@ -162,7 +162,7 @@ jobs:
162
name: Publish to PyPI
163
needs: [build_wheels, build_sdist]
164
# 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"
+ if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.owner == 'flintlib'"
166
environment:
167
name: pypi
168
url: https://pypi.org/p/sympy
0 commit comments