Skip to content

Commit

Permalink
Merge pull request #70 from Embarcadero/scmver
Browse files Browse the repository at this point in the history
Fetching commits and tags to generate version name
  • Loading branch information
lmbelo authored Sep 6, 2023
2 parents ff44c6c + 04f0c85 commit 83cff7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v3
Expand Down

0 comments on commit 83cff7c

Please sign in to comment.