Skip to content

Commit

Permalink
chore: update fetch depth in semantic release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Jul 2, 2024
1 parent be088ec commit dfdd7f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,16 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.12
# `python-semantic-release` will run `hatch build`.
- run: python -m pip install hatch
- uses: python-semantic-release/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

pypi:
name: "publish to PyPi"
Expand Down

0 comments on commit dfdd7f6

Please sign in to comment.