Commit Graph

4 Commits

Author SHA1 Message Date
engel 99573cba5c ci: resolve version in pwsh (bash shell broken on Windows host runner)
Release / build (push) Successful in 29s
2026-06-01 12:42:59 +03:00
engel ac1c40d754 ci: make release workflow fully self-contained (no GitHub actions)
Release / build (push) Failing after 13s
Replace actions/checkout + actions/setup-python (pulled from github.com by
default) with a manual git clone at the tag and the runner's system Python.
2026-06-01 12:40:41 +03:00
engel 9ef788fe5b ci: use built-in Gitea Actions token for release publish
Drops the need for a manually-managed RELEASE_TOKEN secret; adds
contents:write permission so github.token can create the release.
2026-06-01 12:36:26 +03:00
engel 27304992a0 chore: cut GitHub, make project Gitea-only
- relink README/CHANGELOG/pyproject/SECURITY to git.engelgardt23.ru
- port CI from GitHub Actions to .gitea/workflows (publishes Gitea release via API)
- rename GITHUB_REPO -> REPO; drop GitHub mentions in code/docs/comments
- remove .github (workflow + issue templates); drop made-by lines
2026-06-01 12:35:28 +03:00