From 29f18e1cc2ddb1810fc7c8b6665d6b01617a6829 Mon Sep 17 00:00:00 2001 From: stoppini Date: Fri, 13 Oct 2023 11:57:58 +0200 Subject: [PATCH] pipy fix --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84d4053..7c1b795 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - name: Build manylinux Python wheels uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64 with: - python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310' + python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311' - uses: actions/upload-artifact@master with: @@ -29,6 +29,7 @@ jobs: - name: Checkout repo uses: actions/checkout@master with: + ls fetch-depth: 0 - name: Set up Python 3.7 @@ -42,7 +43,8 @@ jobs: python-version: 3.8 - uses: actions/download-artifact@master - with: + with:ls + name: linux-wheel path: dist