From 9f3a36951ecd6da83d5d46041706d3aae9566bb0 Mon Sep 17 00:00:00 2001 From: Han Yang Date: Thu, 5 Dec 2024 17:22:10 +0800 Subject: [PATCH] ci: fix version label for sdist (#56) * update ci to build sdist and to build wheels on multiple platforms * update python version * fix CIBU_BUILD error * update python version * skip building wheels for testing * skip building wheels for testing * skip building wheels for testing * update workflow * disable ubuntu for quick test * exclude checkpoints * now build on both ubuntu and macosx * fix version label of sdist --- .github/workflows/python-publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-publish.yaml b/.github/workflows/python-publish.yaml index 738e267..d5e2f36 100644 --- a/.github/workflows/python-publish.yaml +++ b/.github/workflows/python-publish.yaml @@ -27,6 +27,8 @@ jobs: steps: - name: Check out repo uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install Python uses: actions/setup-python@v5