Skip to content

Commit c804cbf

Browse files
committed
chore: Update pyproject.toml
1 parent 2c14229 commit c804cbf

File tree

3 files changed

+5
-49
lines changed

3 files changed

+5
-49
lines changed

Diff for: .github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
needs: build
4141
permissions:
42+
id-token: write
4243
contents: write
4344

4445
steps:
@@ -54,6 +55,7 @@ jobs:
5455
uses: python-semantic-release/python-semantic-release@master
5556
with:
5657
github_token: ${{ secrets.GITHUB_TOKEN }}
58+
changelog: 'false'
5759

5860
- name: Update Version with Hatch
5961
if: steps.release.outputs.released == 'true'

Diff for: CHANGELOG.md

-49
This file was deleted.

Diff for: pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,6 @@ select = ["A", "B", "E", "F", "I", "ANN"]
8282
log_cli = true
8383
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
8484
log_cli_level = "DEBUG"
85+
86+
[tool.semantic_release]
87+
version_variables = ["random_slugs/__about__.py:__version__"]

0 commit comments

Comments
 (0)