Closed c0llab0rat0r closed 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
.)
What's blocking this gentle people? :)
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.
Looking good now. Thanks!
@c0llab0rat0r: Are you able to push this to PyPI now?
@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
I don't have the IPNS private key, so I can't update the documentation.
contextlib.suppress
(not needed since Python 3.4)pytest.mark.last
(provided bypytest-ordering
module)@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?