Add Gitea package publishing workflow

This commit is contained in:
José Arturo García
2026-07-22 19:15:36 -04:00
parent a38bdf7593
commit 6ba53c9d7b
2 changed files with 67 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
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