Skip to content

Commit b7a664b

Browse files
fix: trigger release
1 parent 9256849 commit b7a664b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
- name: Python Semantic Release
6969
uses: relekang/python-semantic-release@v7.33.2
7070
with:
71-
github_token: ${{ secrets.GH_TOKEN }}
71+
github_token: ${{ secrets.GITHUB_TOKEN }}
7272
repository_username: __token__
7373
repository_password: ${{ secrets.PYPI_TOKEN }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ version_source = "tag"
4343
commit_version_number = true
4444
version_toml = "pyproject.toml:tool.poetry.version"
4545
build_command = "pip install poetry && poetry build"
46-

0 commit comments

Comments
 (0)