File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Install build dependencies
2424 run : |
25- pip install --upgrade pip && pip install build
25+ python -m pip install --upgrade pip && pip install build
2626
2727 - name : Build base wheel (pure-Python svv)
2828 run : python -m build --wheel --outdir dist
5151 uses : actions/checkout@v4
5252
5353 - name : Install cibuildwheel
54- run : pip install --upgrade pip && pip install cibuildwheel
54+ run : python -m pip install --upgrade pip && pip install cibuildwheel
5555
5656 - name : Build wheels (svv-accelerated)
5757 run : cibuildwheel --output-dir dist
7070
7171 - name : Install build dependencies
7272 run : |
73- pip install --upgrade pip && pip install build
73+ python -m pip install --upgrade pip && pip install build
7474
7575 - name : Build sdist
7676 run : python -m build --sdist
You can’t perform that action at this time.
0 commit comments