Skip to content

Commit

Permalink
GA wheels CI: fetch tag for this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 26, 2022
1 parent c494fb2 commit 0e99937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Build manylinux2010 Python wheels
uses: RalfG/[email protected]_x86_64
with:
Expand All @@ -34,6 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Build manylinux2014 Python wheels
Expand Down

0 comments on commit 0e99937

Please sign in to comment.