Skip to content

Commit e31888a

Browse files
committed
remove ci wheel step
1 parent 0e56315 commit e31888a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ jobs:
9393
touch build/web/archives/.nojekyll
9494
echo "<html></html>" > build/web/archives/index.html
9595
96-
- name: make wheel
97-
run: |
98-
cd $GITHUB_WORKSPACE
99-
/opt/python-wasm-sdk/python3-wasm -m build --no-isolation .
96+
# - name: make wheel
97+
# run: |
98+
# cd $GITHUB_WORKSPACE
99+
# /opt/python-wasm-sdk/python3-wasm -m build --no-isolation .
100100

101101
- name : "Upload to GitHub pages"
102102
uses: JamesIves/github-pages-deploy-action@v4.6.3

0 commit comments

Comments
 (0)