Skip to content

Commit

Permalink
github actions: fetch all commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed May 15, 2024
1 parent b5b2445 commit f2e0be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-tags: true # for version detection by hatch-vcs/setuptools_scm
fetch-depth: 0 # for version detection by hatch-vcs/setuptools_scm
- name: Set up Python
uses: actions/setup-python@v5
- name: Install build
Expand Down

0 comments on commit f2e0be9

Please sign in to comment.