ci: add GitHub Actions workflow; fix CHANGELOG date#1
Merged
YASoftwareDev merged 6 commits intomainfrom Mar 30, 2026
Merged
Conversation
…ename" This reverts commit 9596fc7.
3 tasks
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Net diff vs
mainis 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-30Background
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
from tts_service_api import VERSION; print(VERSION.__version__)prints3.2.1