Skip to content

Commit a9c4383

Browse files
authored
Update build_wheel.yml
1 parent 249bc3f commit a9c4383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
git config --global user.name "${{ github.actor }}"
4444
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
4545
git commit -m "Build and push python wheel [skip ci]"
46-
git push -u origin "${{ github.event.pull_request.head.ref }}"
46+
git push -u origin "${{ github.event.pull_request.head.ref }}"

0 commit comments

Comments
 (0)