chore: release v7.0.0a1 + fix release workflow#359
Merged
Conversation
- Stamp v7.0.0a1 into pyproject.toml + TikTokLive/__version__.py (PyPI publish already succeeded for this version; tag below points at this commit) - Switch the release workflow's "commit version bump" step to open a PR instead of pushing directly to master. Direct pushes from ``github-actions[bot]`` are rejected by the GH006 protected-branch hook. Tag is still pushed directly (tags aren't governed by the branch-protection rule).
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
v7.0.0a1intopyproject.toml+TikTokLive/__version__.py. PyPI publish for this version already succeeded out of band (https://pypi.org/project/TikTokLive/7.0.0a1/); thev7.0.0a1tag now points at this commit so the source matches the wheel..github/workflows/release.yml: previous run failed because the post-publish step pushed the version-bump commit directly to master, which is rejected by the branch-protection rule (GH006). Workflow now creates the bump locally, pushes the tag (tags aren't branch-protected), and opens a PR viapeter-evans/create-pull-request@v7for the bump itself.Test plan
git tag v7.0.0a1pushed → visible on origin7.0.0a1reachableworkflow_dispatch) opens a PR cleanly without GH006