We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4059f commit 60bd848Copy full SHA for 60bd848
1 file changed
.github/workflows/publish.yml
@@ -16,6 +16,8 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
+ with:
20
+ fetch-tags: true
21
- name: Build wheels
22
uses: pypa/cibuildwheel@v2.15.0
23
- uses: actions/upload-artifact@v3
@@ -27,6 +29,8 @@ jobs:
27
29
28
30
31
32
33
34
- name: Build sdist
35
run: pipx run build --sdist
36
0 commit comments