Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Klein <guillaumekln@users.noreply.github.com>2021-10-07 18:03:34 +0300
committerGitHub <noreply@github.com>2021-10-07 18:03:34 +0300
commit5c2643205c0eafea706ccc6d0e4a6b68a202f126 (patch)
treedb25463653e2ded37796ebdb0a60938798e81e07 /.github
parent3e20181f11c16e4bae8ae2d4ca30369f6f7d22e8 (diff)
Build wheels for Python 3.10 (#574)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fef7886c..1f1835ff 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -173,7 +173,7 @@ jobs:
python-version: 3.6
- name: Build wheels
- uses: joerick/cibuildwheel@v1.10.0
+ uses: pypa/cibuildwheel@v2.1.3
with:
package-dir: python
output-dir: python/wheelhouse