Skip to content

Commit

Permalink
Fixing an issue resulting in incorrect version information in an SDIST.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed May 28, 2024
1 parent c9a708c commit e860f81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ jobs:
os: [windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
with:
- fetch-depth: 0 # Fetch complete history for accurate versioning

- uses: ./.github/actions/setup_env
with:
Expand Down

0 comments on commit e860f81

Please sign in to comment.