Skip to content

Commit c10f8dc

Browse files
authored
ci: allow full history for build
1 parent d1c9da7 commit c10f8dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- tests
2525
steps:
2626
- uses: actions/checkout@v4
27+
with:
28+
fetch-depth: 0
2729
- uses: cachix/install-nix-action@v31
2830
- name: Install devenv.sh
2931
run: nix profile install nixpkgs#devenv
@@ -54,4 +56,4 @@ jobs:
5456
name: python-package-distributions
5557
path: dist/
5658
- name: Publish distribution 📦 to PyPI
57-
uses: pypa/gh-action-pypi-publish@release/v1
59+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)