Skip to content

Commit

Permalink
Fix matrix inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 12, 2024
1 parent 10007f0 commit 57913d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# that it uses cibuildwheel instead of a standard Pyodide xbuildenv setup.
include:
- buildplat: [ubuntu-22.04, pyodide_wasm32]
- python: ["cp312", "3.12"]
python: ["cp312", "3.12"]
env:
IS_PUSH: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
IS_SCHEDULE_DISPATCH: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit 57913d8

Please sign in to comment.