Remove unsupported artifact upload from workflow
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user