Run package workflow on branch pushes

This commit is contained in:
José Arturo García
2026-07-22 19:21:09 -04:00
parent f8a6b9f599
commit cf075aa4d9
2 changed files with 42 additions and 7 deletions
+6 -4
View File
@@ -1,8 +1,10 @@
Publishing
==========
Packages are published to the Gitea PyPI-compatible package registry when a
version tag is pushed.
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.
Required repository secrets:
@@ -13,8 +15,8 @@ Publish a release:
.. code-block:: console
git tag v8.0.0
git push origin v8.0.0
git switch -c 8.0.0
git push origin 8.0.0
Install from Gitea: