We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fc462 commit f4a5569Copy full SHA for f4a5569
.github/workflows/ci-cd.yml
@@ -34,9 +34,9 @@ jobs:
34
steps:
35
- name: Checkout code
36
uses: actions/checkout@v4
37
- with:
38
- fetch-tags: true
39
-
+ - name: Get tags
+ run: git fetch --tags origin
+
40
- name: Set up Python
41
uses: actions/setup-python@v5
42
with:
@@ -77,8 +77,8 @@ jobs:
77
78
79
80
81
82
83
84
@@ -119,8 +119,8 @@ jobs:
119
# Build and publish to PyPI
120
121
122
123
124
125
126
0 commit comments