From 072b89856c13e74838f229a46aa912fafda89997 Mon Sep 17 00:00:00 2001 From: Steve Holland Date: Mon, 15 Jul 2024 14:59:32 -0500 Subject: [PATCH] Yml syntax --- .github/workflows/push-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-pypi.yml b/.github/workflows/push-to-pypi.yml index 55c6340..b630348 100644 --- a/.github/workflows/push-to-pypi.yml +++ b/.github/workflows/push-to-pypi.yml @@ -9,7 +9,7 @@ jobs: - name: perform checkout uses: actions/checkout@v4 - name: Get history and tags for SCM versioning to work - run: + run: | git fetch --prune --unshallow git fetch --depth=1 origin +refs/tags/*:refs/tags/*