We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9256849 commit b7a664bCopy full SHA for b7a664b
.github/workflows/ci.yml
@@ -68,6 +68,6 @@ jobs:
68
- name: Python Semantic Release
69
uses: relekang/python-semantic-release@v7.33.2
70
with:
71
- github_token: ${{ secrets.GH_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
72
repository_username: __token__
73
repository_password: ${{ secrets.PYPI_TOKEN }}
pyproject.toml
@@ -43,4 +43,3 @@ version_source = "tag"
43
commit_version_number = true
44
version_toml = "pyproject.toml:tool.poetry.version"
45
build_command = "pip install poetry && poetry build"
46
-
0 commit comments