ipfs-shipyard / py-ipfs-http-client

A python client library for the IPFS API
MIT License
687 stars 200 forks source link

Prep to release 0.8.0a1 #280

Closed c0llab0rat0r closed 3 years ago

c0llab0rat0r commented 3 years ago

@ntninja I see the project in my PyPi account but it doesn't look like I have any elevated privileges on it.

What are next steps?

ntninja commented 3 years ago

@ntninja I see the project in my PyPi account but it doesn't look like I have any elevated privileges on it.

You need to publish it using flit publish or twine, you cannot publish it directly through the website. (Official publishing docs, but use flit publish where it says twine.)

dokterbob commented 3 years ago

What's blocking this gentle people? :)

c0llab0rat0r commented 3 years ago

What's blocking this gentle people? :)

We have a bottleneck / dependency in that @ntninja is the only one with full access to the repository and release process.

ntninja commented 3 years ago

Looking good now. Thanks!

ntninja commented 3 years ago

@c0llab0rat0r: Are you able to push this to PyPI now?

c0llab0rat0r commented 3 years ago

@c0llab0rat0r: Are you able to push this to PyPI now?

Released as https://pypi.org/project/ipfshttpclient/0.8.0a1/ (project home page only shows regular releases so it shows 0.7.0).

Also pushed a signed tag to my fork:

https://github.com/c0llab0rat0r/py-ipfs-http-client/releases/tag/0.8.0a1

c0llab0rat0r commented 3 years ago

I don't have the IPNS private key, so I can't update the documentation.