Skip to content

Commit 5bb4717

Browse files
committed
Further edits to wasm wheels
1 parent ccf86a1 commit 5bb4717

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/wasm.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,12 @@ jobs:
5252
- name: Move wheels into /wheels directory for GitHub Pages and trigger gh pages redeploy
5353
if: startsWith(github.ref, 'refs/tags/')
5454
run: |
55-
mkdir -p wheels
5655
rm -f wheels/*.whl || true
5756
cp wheelhouse/*.whl wheels/
5857
echo "Copied wheels:"
5958
ls -lh wheels/
6059
git config user.name "GitHub Actions"
6160
git config user.email "[email protected]"
62-
63-
# Do nothing if no changes
64-
if git diff --cached --quiet; then
65-
echo "No new wheels to commit"
66-
exit 0
67-
fi
68-
6961
git commit -m "Update wheels for release ${{ github.ref_name }}"
7062
git push
7163

0 commit comments

Comments
 (0)