Remove unsupported artifact upload from workflow

This commit is contained in:
José Arturo García
2026-07-22 19:28:11 -04:00
parent ac4f674710
commit f448205978
2 changed files with 4 additions and 34 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ Publishing
==========
Every pushed commit builds, validates, and publishes the package to the Gitea
PyPI-compatible package registry.
PyPI-compatible package registry. The workflow intentionally does not use
``actions/upload-artifact`` because current Gitea Actions runners do not support
the GitHub artifact API required by ``upload-artifact@v4``.
The publishing workflow uses ``twine upload --skip-existing`` so repeated
commits with the same package version do not fail. To publish a new package