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