Skip to content

Commit

Permalink
Fetch full history in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Dec 17, 2023
1 parent 0b9822c commit 1b9cce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@v2
publish-to-testpypi:
name: Upload release to TestPyPI
Expand Down

0 comments on commit 1b9cce5

Please sign in to comment.