Skip to content

Commit

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

- name: Install pypa/build
run: >-
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.9
fetch-depth: 0
ref: ${{ github.event.inputs.publish_version }}

- name: Install pypa/build
Expand Down

0 comments on commit 05a5d78

Please sign in to comment.