mirror of
https://github.com/facebookresearch/fairseq.git
synced 2024-11-11 03:31:32 +03:00
Remove cpython support as well (#4792)
This commit is contained in:
parent
2727d17aff
commit
144e7c5157
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
||||
run: |
|
||||
python3 -m cibuildwheel --output-dir dist
|
||||
env:
|
||||
CIBW_BUILD: "cp37-*64 cp38-*64"
|
||||
CIBW_BUILD: "cp38-*64"
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
|
||||
CIBW_BEFORE_BUILD: git submodule update --init --recursive && pip install .
|
||||
# Install system library
|
||||
|
Loading…
Reference in New Issue
Block a user