Skip to content

Commit 9a7148e

Browse files
committed
twine was not in path
1 parent 6dadb19 commit 9a7148e

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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
@@ -35,8 +35,8 @@ jobs:
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

.github/workflows/upload_wheel.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)