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 521f64e commit 120393eCopy full SHA for 120393e
.github/workflows/wheel.yaml
@@ -68,7 +68,7 @@ jobs:
68
path: ${{ env.wheel_path }}
69
70
create_release:
71
- if: github.ref == 'main' && ( github.event_name != 'workflow_call' && github.event_name != 'workflow_dispatch' )
+ if: github.ref == 'refs/heads/main' && ( github.event_name != 'workflow_call' && github.event_name != 'workflow_dispatch' )
72
needs: [build_and_upload_wheel_linux, build_and_upload_wheel_mac]
73
runs-on: ubuntu-latest
74
steps:
0 commit comments