We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec8818 commit 588adb2Copy full SHA for 588adb2
.github/workflows/build.yml
@@ -51,12 +51,13 @@ jobs:
51
52
steps:
53
- uses: actions/checkout@v4
54
-
+ with:
55
+ fetch-depth: 0
56
+ fetch-tags: true
57
- name: Build wheels
58
uses: pypa/[email protected]
59
env:
60
CIBW_SKIP: pp*-macosx_arm64
61
- uses: actions/upload-artifact@v4
62
with:
63
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
@@ -67,10 +68,8 @@ jobs:
67
68
runs-on: ubuntu-latest
69
70
71
- name: Build sdist
72
run: pipx run build --sdist
73
74
75
76
name: cibw-sdist
@@ -115,4 +114,3 @@ jobs:
115
114
merge-multiple: true
116
- name: Publish package distribution to PyPI
117
uses: pypa/gh-action-pypi-publish@release/v1
118
0 commit comments