Skip to content

Commit 9f3a369

Browse files
authored
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
1 parent a4f58fd commit 9f3a369

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Check out repo
2929
uses: actions/checkout@v4
30+
with:
31+
fetch-depth: 0
3032

3133
- name: Install Python
3234
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)