Skip to content

Commit

Permalink
Merge pull request #309 from PhoenixBound/ci-version-fix
Browse files Browse the repository at this point in the history
CI: Fetch all commits and tags
  • Loading branch information
PhoenixBound authored Dec 13, 2024
2 parents 7ac872b + 3baf9d3 commit cb8a739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # setuptools-scm uses tags and commit counts to set the version
- uses: actions/setup-python@v5
with:
python-version: '3.8'
Expand Down

0 comments on commit cb8a739

Please sign in to comment.