Skip to content

Commit 0063958

Browse files
authored
fix: Adjust the release action (#45)
1 parent 36d7f45 commit 0063958

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout the repository and the branch
1717
uses: actions/checkout@v3
18+
with:
19+
fetch-tags: true
1820

1921
- name: Set up Python
2022
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)