Skip to content

Commit 6fe5280

Browse files
committed
another try at getting tags
1 parent 0e99937 commit 6fe5280

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
12+
with:
13+
fetch-depth: 0 # slow, but gets all the tags
1314
- name: Build manylinux2010 Python wheels
1415
uses: RalfG/[email protected]_x86_64
1516
with:
@@ -35,7 +36,8 @@ jobs:
3536
runs-on: ubuntu-latest
3637
steps:
3738
- uses: actions/checkout@v3
38-
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
39+
with:
40+
fetch-depth: 0 # slow, but gets all the tags
3941
- name: Set up QEMU
4042
uses: docker/setup-qemu-action@v2
4143
- name: Build manylinux2014 Python wheels

0 commit comments

Comments
 (0)