Skip to content

Commit a1a828c

Browse files
committed
Fix precommit. Readd comment.
1 parent 9af8c15 commit a1a828c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111

1212
# Cancels all previous workflow runs for pull requests that have not completed.
1313
concurrency:
14+
# The concurrency group contains the workflow name and the branch name for pull requests
15+
# or the commit hash for any other events.
1416
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
1517
cancel-in-progress: true
1618

@@ -70,7 +72,7 @@ jobs:
7072

7173
- name: Build universal wheel
7274
run: |
73-
PYODIDE=1 python setup.py bdist_wheel --universal
75+
PYODIDE=1 venv-sdist/bin/python setup.py bdist_wheel --universal
7476
7577
- uses: actions/upload-artifact@v3
7678
with:

0 commit comments

Comments
 (0)