Skip to content

Commit

Permalink
Fetching commits and tags to generate version name
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Sep 6, 2023
1 parent 1b31883 commit 04f0c85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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 Expand Up @@ -50,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 04f0c85

Please sign in to comment.