File tree Expand file tree Collapse file tree 2 files changed +3
-30
lines changed
Expand file tree Collapse file tree 2 files changed +3
-30
lines changed Original file line number Diff line number Diff line change 2525 mv simde-master/simde . &&
2626 rm -rf simde.zip simde-master &&
2727 cd /io &&
28- /opt/python/cp311-cp311/bin/pip install setuptools wheel &&
28+ /opt/python/cp311-cp311/bin/pip install setuptools wheel --root-user-action=ignore &&
2929 /opt/python/cp311-cp311/bin/python setup.py bdist_wheel &&
3030 auditwheel repair dist/ismpc-0.1-cp311-cp311-linux_x86_64.whl --plat manylinux2014_x86_64"
3131
3535 TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
3636 run : |
3737 sudo docker run --rm -v $(pwd):/io quay.io/pypa/manylinux2014_x86_64 /bin/bash -c "
38- /opt/python/cp311-cp311/bin/pip install twine &&
39- twine upload /io/wheelhouse/*.whl"
38+ /opt/python/cp311-cp311/bin/pip install twine --root-user-action=ignore &&
39+ /opt/python/cp311-cp311/bin/ twine upload /io/wheelhouse/*.whl"
4040
4141 - name : Upload wheels as artifacts
4242 uses : actions/upload-artifact@v4
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments