diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 353533d..e47cd5b 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -33,13 +33,13 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" -# - name: Commit and push changes -# env: -# GH_TOKEN: ${{ secrets.GH_TOKEN }} -# run: | -# git add wheel_files/ -# git commit -m "Add new wheel file" -# git push "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git" HEAD:${{ github.head_ref }} + - name: Commit and push changes + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} + run: | + git add wheel_files/ + git commit -m "Add new wheel file" + git push "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git" HEAD:${{ github.head_ref }} - name: Rename wheel file run: |