You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/force-release.yml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Manual Release
1
+
pname: Manual Release
2
2
3
3
on:
4
4
workflow_dispatch:
@@ -140,13 +140,7 @@ jobs:
140
140
if: ${{ matrix.os == 'macos-latest' }}
141
141
run: |
142
142
python -m cibuildwheel --output-dir dist
143
-
- name: Test wheels
144
-
run: |
145
-
WHEEL_FILE=$(ls dist/*.whl)
146
-
python -m pip install $WHEEL_FILE
147
-
python -c "import jraft"
148
-
if: ${{ matrix.os != 'macos-latest' || matrix.platform_id != 'macosx_arm64' }} # runners do not necessarily have macos ARM, so cannot run this test for it
0 commit comments