From 6f262a716048b162bc688b75a4f78d861a6555ab Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 25 Jan 2024 13:24:16 +0100 Subject: [PATCH] Restore original wheel name --- .gitea/workflows/ci-pipeline.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 5d04e62..5ee602a 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -46,7 +46,7 @@ jobs: - name: Get DIDKit wheel id: didkit run: | - wget -O didkit-0.3.2-cp39-cp39-manylinux_2_34_x86_64.whl https://gitea.pangea.org/trustchain-oc1-orchestral/ssikit_trustchain/raw/branch/master/didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl + wget https://gitea.pangea.org/trustchain-oc1-orchestral/ssikit_trustchain/raw/branch/master/didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl echo "Successfully downloaded DIDkit" - name: Install dependencies diff --git a/requirements.txt b/requirements.txt index 64ea3d8..27dd8c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,4 @@ uharfbuzz==0.38.0 fontTools==4.47.0 weasyprint==60.2 ujson==5.9.0 -./didkit-0.3.2-cp39-cp39-manylinux_2_34_x86_64.whl +./didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl