26 lines
463 B
ReStructuredText
26 lines
463 B
ReStructuredText
Publishing
|
|||
|
|
==========
|
||
|
|
|
||
|
|
Packages are published to the Gitea PyPI-compatible package registry when a
|
||
|
|
version tag is pushed.
|
||
|
|
|
||
|
|
Required repository secrets:
|
||
|
|
|
||
|
|
* ``GITEA_PACKAGE_USER``
|
||
|
|
* ``GITEA_PACKAGE_TOKEN``
|
||
|
|
|
||
|
|
Publish a release:
|
||
|
|
|
||
|
|
.. code-block:: console
|
||
|
|
|
||
|
|
git tag v8.0.0
|
||
|
|
git push origin v8.0.0
|
||
|
|
|
||
|
|
Install from Gitea:
|
||
|
|
|
||
|
|
.. code-block:: console
|
||
|
|
|
||
|
|
pip install \
|
||
|
|
--index-url https://gitea.joseagrc.com/api/packages/tryton-do/pypi/simple \
|
||
|
|
trytond_account_do
|