Skip to content

Commit 6e7e99d

Browse files
committed
fix: Add GH_TOKEN for creating release, remove invalid "version_source"
1 parent 04aa7c6 commit 6e7e99d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
4141
- name: Release
4242
env:
43+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4344
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
4445
run: |
4546
semantic-release version

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ branch = "main"
7474
upload_to_pypi = true
7575
upload_to_release = true
7676
build_command = "uv build"
77-
version_source = "tag"
7877
tag_format = "{version}"
7978
commit_version_number = true
8079
commit_message = "RELEASE: {version}"

0 commit comments

Comments
 (0)