Files
account_do/doc/publishing.rst
T

28 lines
572 B
ReStructuredText
Raw Normal View History

2026-07-22 19:15:36 -04:00
Publishing
==========
2026-07-22 19:21:03 -04:00
Every pushed commit builds and validates the package.
Packages are published to the Gitea PyPI-compatible package registry when the
push is made to a version branch named like ``8.0.0``, ``8.0.1``, etc.
2026-07-22 19:15:36 -04:00
Required repository secrets:
* ``GITEA_PACKAGE_USER``
* ``GITEA_PACKAGE_TOKEN``
Publish a release:
.. code-block:: console
2026-07-22 19:21:03 -04:00
git switch -c 8.0.0
git push origin 8.0.0
2026-07-22 19:15:36 -04:00
Install from Gitea:
.. code-block:: console
pip install \
--index-url https://gitea.joseagrc.com/api/packages/tryton-do/pypi/simple \
trytond_account_do