Skip to content

ci: add GitHub Actions workflow; fix CHANGELOG date#1

Merged
YASoftwareDev merged 6 commits intomainfrom
revert/direct-main-pushes
Mar 30, 2026
Merged

ci: add GitHub Actions workflow; fix CHANGELOG date#1
YASoftwareDev merged 6 commits intomainfrom
revert/direct-main-pushes

Conversation

@YASoftwareDev
Copy link
Copy Markdown
Contributor

@YASoftwareDev YASoftwareDev commented Mar 27, 2026

Summary

Net diff vs main is small — the rename work already landed directly on main. This PR contributes:

  • .github/workflows/test.yml: add CI workflow testing Python 3.8–3.13 (build + import verify)
  • CHANGELOG.md: correct 3.2.1 release date from 2026-03-27 to 2026-03-30

Background

The branch was originally created as a revert of 4 commits pushed directly to main, but those commits were subsequently re-applied on this branch, leaving only the CI workflow and date fix as the actual delta.

Test plan

  • CI passes on Python 3.8–3.13
  • from tts_service_api import VERSION; print(VERSION.__version__) prints 3.2.1

…roneous revert)

The revert commit d0d1494 silently undid four previous commits (rename,
shim, version bump, changelog) while claiming to revert only the submodule
URL change.  Re-apply all of them:

- pyproject.toml: name = "tts-api", repository URL → tts-api-python
- .gitmodules: url → https://github.com/techmo-pl/tts-api.git
- VERSION.py: 3.2.0 → 3.2.1
- CHANGELOG.md: add 3.2.1 rename entry
- shim/: recreate metadata-only tts-service-api==999.0.0 deprecation shim

Next step: uv publish (main + shim) — requires PyPI credentials.
@YASoftwareDev YASoftwareDev changed the title revert: undo 4 commits pushed directly to main ci: add GitHub Actions workflow; fix CHANGELOG date Mar 29, 2026
@YASoftwareDev YASoftwareDev merged commit 436d525 into main Mar 30, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants