Skip to content

Commit

Permalink
fix fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Jul 30, 2023
1 parent a6296f1 commit 0f1dc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

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

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

0 comments on commit 0f1dc29

Please sign in to comment.