Skip to content

Commit

Permalink
Fixed a script
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Jan 29, 2025
1 parent f2b9f1e commit e6a5416
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.12"
architecture: ${{ matrix.arch }}

- name: Install Python packages
run: pip install -r python/requirements.txt
Expand All @@ -40,5 +39,5 @@ jobs:
- name: Upload wheel
uses: actions/upload-artifact@v4
with:
name: pyxel-${{ matrix.target }}
name: pyxel-wasm
path: dist/*

0 comments on commit e6a5416

Please sign in to comment.