Skip to content

Commit

Permalink
also deploy for cpython 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Nov 16, 2021
1 parent 8cde99d commit baa8536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def compile_wheels(idx):
'''
for pybin in glob('/opt/python/*/bin'):
# Requires Py3.6 or greater - on the docker image 3.5 is cp35-cp35m
if "35" not in pybin and "310" not in pybin:
if "35" not in pybin:
check_call(['rm', '-rf', '_skbuild'])
args = [path.join(pybin, 'pip'), 'wheel', '--verbose', '--no-deps', '-w', 'wheelhouse/']
if idx is not None:
Expand Down

0 comments on commit baa8536

Please sign in to comment.