Skip to content

Commit

Permalink
clone the whole repo when building release
Browse files Browse the repository at this point in the history
We need the history to get the version number.

Signed-off-by: Doug Hellmann <doug@doughellmann.com>
  • Loading branch information
dhellmann committed Nov 4, 2020
1 parent 27fb6a4 commit 525c753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 525c753

Please sign in to comment.