Skip to content

Commit

Permalink
fix(ci): frobbing YAML for CI as usual, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Feb 1, 2024
1 parent 24d20f9 commit acfe546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0

- name: Build sdist
run: pipx run build --sdist
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
Expand Down

0 comments on commit acfe546

Please sign in to comment.