Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Jan 12, 2023
1 parent f0b9b10 commit 85af847
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-pypa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v3
fetch-depth: 0
with:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.4
Expand All @@ -29,7 +30,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
fetch-depth: 0
with:
fetch-depth: 0

- uses: actions/setup-python@v4
name: Install Python
Expand Down

0 comments on commit 85af847

Please sign in to comment.