-
Couldn't load subscription status.
- Fork 21
Home
Anthony Dillon edited this page Nov 6, 2017
·
1 revision
documentation-builder publishes to two platforms. Pypi is for MacOS users and Snap for Ubuntu users.
The pypi project page: https://pypi.python.org/pypi/ubuntudesign.documentation-builder/
python setup.py sdist upload -r pypiThe snap details page: https://snapcraft.io/documentation-builder/
Login to both snapcraft and snap:
$ snapcraft login
$ snap login you@yourdomain.comBuild the snap:
snapcraftTest the new snap works as expected. Using the --dangerous flag to allow unsigned packages to be installed.
snap install --dangerous documentation-builder_1.5.1_amd64.snapPublish the new version to snap store:
snapcraft push documentation-builder_1.5.1_amd64.snapRelease the snap to the stable channel:
snapcraft release documentation-builder 36 stable