We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dd080 commit e26173dCopy full SHA for e26173d
.github/workflows/publish-to-pypi.yml
@@ -9,6 +9,8 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v4
12
+ with:
13
+ fetch-tags: true
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
0 commit comments