chore: remove v2 Python codebase

Removes all Python source, tests, config examples, CI pipelines,
and build tooling. The Go rewrite replaces everything.
This commit is contained in:
2026-06-07 19:05:19 +10:00
parent deabda9895
commit 14ac65e0a9
50 changed files with 0 additions and 7202 deletions
-18
View File
@@ -1,18 +0,0 @@
when:
- event: tag
ref: refs/tags/v*
steps:
- name: docker
image: woodpeckerci/plugin-docker-buildx
settings:
registry: git.unkin.net
repo: git.unkin.net/unkin/artifactapi
username: droneci
password:
from_secret: DRONECI_PASSWORD
tags:
- ${CI_COMMIT_TAG}
- latest
build_args:
- VERSION=${CI_COMMIT_TAG##v}