11Since releasing new versions is currently a somewhat complicated task, the current procedure
2- (12.05.2018 ) will be outlined in this document.
2+ (17.02.2020 ) will be outlined in this document.
33
4- All of this has only been tested on Debian 10 & Fedora 28 (Linux).
4+ All of this has only been tested on Debian 11 (Linux).
55
66# Prerequirements
77
@@ -12,7 +12,7 @@ All of this has only been tested on Debian 10 & Fedora 28 (Linux).
1212APT line: ` sudo apt install python3-pip && sudo pip3 install flit `
1313DNF line: ` sudo dnf install python3-flit `
1414
15- * Note* : Version ` 1.1 +` of ` flit ` is required!
15+ * Note* : Version ` 2.0 +` of ` flit ` is required!
1616
1717## Building the documentation
1818
@@ -56,14 +56,14 @@ At the time of writing the officially used key is: *12D3KooWEqnTdgqHnkkwarSrJjeM
5656## Update the source code
5757
5858 1 . Make a GIT commit incrementing the version number in ` ipfshttpclient/version.py ` :
59- ` git commit -m "Release version 0.4.X " ipfshttpclient/version.py ` )
59+ ` git commit -m "Release version 0.X.Y " ipfshttpclient/version.py ` )
6060 2 . Tag the GIT commit with the version number using an annotated and signed tag:
61- ` git tag --sign -m "Release version 0.4.X " 0.4.X `
61+ ` git tag --sign -m "Release version 0.X.Y " 0.X.Y `
6262 3 . Push the new version
6363
6464## Upload the new version to PyPI
6565
66- Run: ` flit build && flit upload `
66+ Run: ` flit build && flit publish `
6767
6868## Re-generate and publish the documentation
6969
0 commit comments