Skip to content

Commit 90228d4

Browse files
committed
still trying
1 parent 9b07736 commit 90228d4

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,4 @@ jobs:
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"

0 commit comments

Comments
 (0)