Skip to content

Commit c82a462

Browse files
committed
Try different dependency installation method.
1 parent 544ec6c commit c82a462

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ jobs:
5555

5656
- name: Build sdist
5757
env:
58-
CIBW_BEFORE_ALL_LINUX:
59-
pip install --upgrade pip &&
60-
pip install build
58+
CIBW_PROJECT_REQUIRES_PYTHON: "3.9"
6159

62-
run: python -m build --outdir dist
60+
run: pip install --upgrade pip && pip install build && python -m build --outdir dist
6361

6462
- uses: actions/upload-artifact@v4
6563
with:

0 commit comments

Comments
 (0)