Skip to content

Commit 2ba9448

Browse files
committed
Fix precommit2
1 parent a1a828c commit 2ba9448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Build universal wheel
7474
run: |
75-
PYODIDE=1 venv-sdist/bin/python setup.py bdist_wheel --universal
75+
PYODIDE=1 python setup.py bdist_wheel --universal
7676
7777
- uses: actions/upload-artifact@v3
7878
with:

0 commit comments

Comments
 (0)