Skip to content

Commit

Permalink
Full checkout to obtain git version info
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Jan 12, 2023
1 parent bef7a5e commit f0b9b10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-pypa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

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

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

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

0 comments on commit f0b9b10

Please sign in to comment.