You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging a release-please PR creates a github release and tag via the release-please.yml workflow, but that does not trigger the python-wheels.yml job due to github preventing workflows from triggering other workflows.
We should use a personal github access token instead of secrets.GITHUB_TOKEN to fix this.
The text was updated successfully, but these errors were encountered:
Merging a
release-please
PR creates a github release and tag via therelease-please.yml
workflow, but that does not trigger thepython-wheels.yml
job due to github preventing workflows from triggering other workflows.We should use a personal github access token instead of
secrets.GITHUB_TOKEN
to fix this.The text was updated successfully, but these errors were encountered: