Skip to content

Commit

Permalink
chore: Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkapsahili committed May 24, 2024
1 parent 2c14229 commit c804cbf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 49 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
permissions:
id-token: write
contents: write

steps:
Expand All @@ -54,6 +55,7 @@ jobs:
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
changelog: 'false'

- name: Update Version with Hatch
if: steps.release.outputs.released == 'true'
Expand Down
49 changes: 0 additions & 49 deletions CHANGELOG.md

This file was deleted.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ select = ["A", "B", "E", "F", "I", "ANN"]
log_cli = true
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
log_cli_level = "DEBUG"

[tool.semantic_release]
version_variables = ["random_slugs/__about__.py:__version__"]

0 comments on commit c804cbf

Please sign in to comment.