From 31c2cd2669b8154486a04b73c9a6787734d57f21 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Thu, 2 Nov 2023 17:49:30 +0000 Subject: [PATCH] ci: Try to fix uploading pre-releases to PyPI --- .github/workflows/pypi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 0115248..6f037fd 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-tags: true # needed for pre-releases - name: Set up Python uses: actions/setup-python@v4 with: