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