Restore original wheel name
This commit is contained in:
parent
26c226f57b
commit
6f262a7160
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- name: Get DIDKit wheel
|
- name: Get DIDKit wheel
|
||||||
id: didkit
|
id: didkit
|
||||||
run: |
|
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"
|
echo "Successfully downloaded DIDkit"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
@ -27,4 +27,4 @@ uharfbuzz==0.38.0
|
||||||
fontTools==4.47.0
|
fontTools==4.47.0
|
||||||
weasyprint==60.2
|
weasyprint==60.2
|
||||||
ujson==5.9.0
|
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
|
||||||
|
|
Loading…
Reference in New Issue