We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5283f commit 35df8d9Copy full SHA for 35df8d9
1 file changed
.github/workflows/publish-to-testpypi.yml
@@ -15,6 +15,9 @@ jobs:
15
fetch-tags: true
16
persist-credentials: false
17
18
+ - name: Fetch tags
19
+ run: git fetch --tags origin
20
+
21
- name: Set up Python
22
uses: actions/setup-python@v6
23
with:
0 commit comments