Skip to content

Commit ae142c0

Browse files
author
Joan Fontanals
authored
fix: update force-release.yml (#6172)
1 parent 98429b0 commit ae142c0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/force-release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Manual Release
1+
pname: Manual Release
22

33
on:
44
workflow_dispatch:
@@ -140,13 +140,7 @@ jobs:
140140
if: ${{ matrix.os == 'macos-latest' }}
141141
run: |
142142
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
149-
143+
150144
- name: Upload wheels as artifacts
151145
uses: actions/upload-artifact@v2
152146
with:

0 commit comments

Comments
 (0)