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 0e99937 commit 6fe5280Copy full SHA for 6fe5280
.github/workflows/wheels.yml
@@ -9,7 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
- - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
+ with:
13
+ fetch-depth: 0 # slow, but gets all the tags
14
- name: Build manylinux2010 Python wheels
15
uses: RalfG/[email protected]_x86_64
16
with:
@@ -35,7 +36,8 @@ jobs:
35
36
37
38
39
40
41
- name: Set up QEMU
42
uses: docker/setup-qemu-action@v2
43
- name: Build manylinux2014 Python wheels
0 commit comments