sicpa-dlab / acapy-resolver-didcomm

Aries cloud agent python plugin for resolving DIDs through the Universal DID Resolver using DIDComm messages.
Apache License 2.0
1 stars 2 forks source link

Task: Setup automated deployment to PyPI #16

Open dbluhm opened 3 years ago

dbluhm commented 3 years ago

A good example can be found in the PyDID publish github action

Luis-GA commented 3 years ago

Playing in local: poetry publish...

UploadError

  HTTP Error 400: Invalid value for requires_dist. Error: Can't have direct dependency: 'aries-cloudagent @ git+https://github.com/hyperledger/aries-cloudagent-python@main' 

I observed the last aries-cloudagent, 0.6 was released in February, so we have not the resolver logic yet in that version.

dbluhm commented 3 years ago

Summarizing Luis' findings: blocked until an official release of ACA-Py with DID Resolver support is released.