We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249bc3f commit a9c4383Copy full SHA for a9c4383
.github/workflows/build_wheel.yml
@@ -43,4 +43,4 @@ jobs:
43
git config --global user.name "${{ github.actor }}"
44
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
45
git commit -m "Build and push python wheel [skip ci]"
46
- git push -u origin "${{ github.event.pull_request.head.ref }}"
+ git push -u origin "${{ github.event.pull_request.head.ref }}"
0 commit comments