Skip to content

Commit

Permalink
Build for Py 3.10 via linux action shell script.
Browse files Browse the repository at this point in the history
This was missed in #928 and is needed for #918
  • Loading branch information
molpopgen committed May 12, 2022
1 parent d771164 commit 5470919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux/buildwheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ make -j 2
make install
cd ..

for py in cp37-cp37m cp38-cp38 cp39-cp39
for py in cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310
do
PYPATH=/opt/python/${py}
PYBIN=${PYPATH}/bin/python
Expand Down

0 comments on commit 5470919

Please sign in to comment.