Skip to content

Commit

Permalink
full git clone for automatic versioning in pip build
Browse files Browse the repository at this point in the history
  • Loading branch information
gbomarito committed Nov 5, 2024
1 parent e567d1e commit 9f24f6e
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 @@ -42,6 +42,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: pypa/[email protected]

Expand Down

0 comments on commit 9f24f6e

Please sign in to comment.