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.
2 parents d8c5c84 + 2cb55a7 commit 0259e31Copy full SHA for 0259e31
.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.repository_owner == 'flintlib'"
166
environment:
167
name: pypi
168
url: https://pypi.org/p/sympy
0 commit comments