Skip to content

Commit ae1994d

Browse files
committed
still trying
1 parent f49e342 commit ae1994d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
cd /io &&
3131
/opt/python/cp311-cp311/bin/pip install setuptools wheel --root-user-action=ignore &&
3232
/opt/python/cp311-cp311/bin/python setup.py bdist_wheel &&
33-
auditwheel repair dist/ismpc-0.1-cp311-cp311-linux_x86_64.whl --plat manylinux2014_x86_64 &&
34-
cp wheelhouse/*.whl /io/wheelhouse/"
35-
33+
auditwheel repair dist/ismpc-0.1-cp311-cp311-linux_x86_64.whl --plat manylinux2014_x86_64"
34+
3635
- name: Upload wheels to PyPI
3736
env:
3837
TWINE_USERNAME: "__token__"

0 commit comments

Comments
 (0)