Skip to content

Commit

Permalink
update deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Nov 16, 2021
1 parent 3f8c3a2 commit 76d689f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/pipwinmac-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os:
- macos-10.15
- windows-2016
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ]

steps:
- name: Checkout repo
Expand Down

0 comments on commit 76d689f

Please sign in to comment.