File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 2727 cd /io &&
2828 /opt/python/cp311-cp311/bin/pip install setuptools wheel --root-user-action=ignore &&
2929 /opt/python/cp311-cp311/bin/python setup.py bdist_wheel &&
30- auditwheel repair dist/ismpc-0.1-cp311-cp311-linux_x86_64.whl --plat manylinux2014_x86_64"
31-
32- - name : Upload wheels to PyPI
33- env :
34- TWINE_USERNAME : " __token__"
35- TWINE_PASSWORD : ${{ secrets.PYPI_API_KEY }}
36- run : |
37- sudo docker run --rm -v $(pwd):/io -e TWINE_USERNAME -e TWINE_PASSWORD quay.io/pypa/manylinux2014_x86_64 /bin/bash -c "
38- /opt/python/cp311-cp311/bin/pip install twine --root-user-action=ignore &&
39- /opt/python/cp311-cp311/bin/twine upload /io/wheelhouse/*.whl"
40-
41- - name : Upload wheels as artifacts
42- uses : actions/upload-artifact@v4
43- with :
44- name : cibw-wheels
45- path : ./wheelhouse/*.whl
30+ auditwheel repair dist/ismpc-0.1-cp311-cp311-linux_x86_64.whl --plat manylinux2014_x86_64"
You can’t perform that action at this time.
0 commit comments