We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49e342 commit ae1994dCopy full SHA for ae1994d
.github/workflows/build_wheels.yml
@@ -30,9 +30,8 @@ jobs:
30
cd /io &&
31
/opt/python/cp311-cp311/bin/pip install setuptools wheel --root-user-action=ignore &&
32
/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
-
+ auditwheel repair dist/ismpc-0.1-cp311-cp311-linux_x86_64.whl --plat manylinux2014_x86_64"
+
36
- name: Upload wheels to PyPI
37
env:
38
TWINE_USERNAME: "__token__"
0 commit comments