Skip to content

Commit 0c15da7

Browse files
fix: Tweaking release action so it will work in github ci/cd
1 parent 567a3fc commit 0c15da7

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/cd-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Python Semantic Release
3636
id: release
37-
uses: python-semantic-release/python-semantic-release@v9.15.1
37+
uses: python-semantic-release/python-semantic-release@v10.5.0
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040

docs/VALIDATION_CHECKLIST.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Complete these steps IN ORDER after implementation is complete.
1919

2020
## Phase 3: Verify GitHub Actions (3 minutes)
2121

22-
- [ ] Go to GitHub → Actions tab
23-
- [ ] Verify "Release" workflow triggered
24-
- [ ] Watch workflow complete (should create v0.2.0 release)
22+
- [x] Go to GitHub → Actions tab
23+
- [x] Verify "Release" workflow triggered
24+
- [x] Watch workflow complete (should create v0.2.0 release)
2525
- [ ] Check Releases page for new release with changelog
2626

2727
## Phase 4: Verify Docker Image (2 minutes)

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@ branch = "main"
5252
commit_parser = "conventional"
5353
build_command = "uv build"
5454
upload_to_pypi = false
55-
upload_to_vcs_release = true
56-
commit_version_number = true
55+
upload_to_release = true
5756
tag_format = "v{version}"

0 commit comments

Comments
 (0)