From c10f8dcdb9d8e1edc780a9c8433d14a3df6c3abf Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Wed, 16 Jul 2025 15:29:59 +0100 Subject: [PATCH] ci: allow full history for build --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ca854e..3c4e666 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,8 @@ jobs: - tests steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: cachix/install-nix-action@v31 - name: Install devenv.sh run: nix profile install nixpkgs#devenv @@ -54,4 +56,4 @@ jobs: name: python-package-distributions path: dist/ - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1