File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -52,6 +52,5 @@ branch = "main"
5252commit_parser = " conventional"
5353build_command = " uv build"
5454upload_to_pypi = false
55- upload_to_vcs_release = true
56- commit_version_number = true
55+ upload_to_release = true
5756tag_format = " v{version}"
You can’t perform that action at this time.
0 commit comments