Skip to content

Commit 0e99937

Browse files
committed
GA wheels CI: fetch tag for this commit
1 parent c494fb2 commit 0e99937

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12+
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1213
- name: Build manylinux2010 Python wheels
1314
uses: RalfG/[email protected]_x86_64
1415
with:
@@ -34,6 +35,7 @@ jobs:
3435
runs-on: ubuntu-latest
3536
steps:
3637
- uses: actions/checkout@v3
38+
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
3739
- name: Set up QEMU
3840
uses: docker/setup-qemu-action@v2
3941
- name: Build manylinux2014 Python wheels

0 commit comments

Comments
 (0)