Add Gitea package publishing workflow
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user