From fde6b3afb1d59e1c26585f61c8434accd6c9b608 Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Fri, 25 Oct 2024 07:17:36 -0400 Subject: [PATCH] workaround checkout fetch-tags issue Signed-off-by: Neil Johnson --- .github/workflows/pipeline.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 89614b7..f7a8f38 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -56,13 +56,11 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-tags: true - - uses: actions/setup-python@v5 with: python-version: 3.12 + - run: git fetch --tags - run: pip install --disable-pip-version-check -r requirements.txt - uses: actions/download-artifact@v4 - run: twine upload --non-interactive -u __token__ dist/*