Publish distributions to Gitea PyPI registry alongside the release
publish-dlp-io / publish (push) Failing after 1m6s

This commit is contained in:
2026-07-31 16:57:08 +08:00
parent fe1a6ed749
commit 8c108bfd64
5 changed files with 69 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from enum import Enum
from multiprocessing.context import AuthenticationError
from multiprocessing.connection import Client
__version__ = "0.1.0"
__version__ = "0.1.1"
__all__ = [
"DlpConfig",