From 946a222c549209a70808e3126708a6dcb7a5b1e6 Mon Sep 17 00:00:00 2001 From: pantor Date: Thu, 12 Jan 2023 17:51:12 +0100 Subject: [PATCH] update linux wheel builder --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2e8ee878..b1aa611e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.10' - name: Install dependencies run: | @@ -62,7 +62,7 @@ jobs: git checkout v2.10.3 - name: Build manylinux wheels - uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2010_x86_64 + uses: RalfG/python-wheels-manylinux-build@v0.6.0-manylinux2010_x86_64 with: python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'