Skip to content

Commit

Permalink
remove fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Jul 30, 2023
1 parent 0f1dc29 commit 3fe5f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.9
fetch-depth: 0

- name: Get tags
run: git fetch --tags origin
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.9
fetch-depth: 0
ref: ${{ github.event.inputs.publish_version }}

- name: Get tags
run: git fetch --tags origin

- name: Install pypa/build
run: >-
Expand Down

0 comments on commit 3fe5f73

Please sign in to comment.