We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
documentation-builder publishes to two platforms. Pypi is for MacOS users and Snap for Ubuntu users.
documentation-builder
The pypi project page: https://pypi.python.org/pypi/ubuntudesign.documentation-builder/
python setup.py sdist upload -r pypi
The snap details page: https://snapcraft.io/documentation-builder/
Login to both snapcraft and snap:
$ snapcraft login $ snap login you@yourdomain.com
Build the snap:
snapcraft
Test the new snap works as expected. Using the --dangerous flag to allow unsigned packages to be installed.
--dangerous
snap install --dangerous documentation-builder_1.5.1_amd64.snap
Publish the new version to snap store:
snapcraft push documentation-builder_1.5.1_amd64.snap
Release the snap to the stable channel:
snapcraft release documentation-builder 36 stable