We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1921931 commit f2633f1Copy full SHA for f2633f1
.github/workflows/main.yml
@@ -40,7 +40,10 @@ jobs:
40
python: "3.8"
41
42
steps:
43
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
44
+ with:
45
+ # Needed to fetch tags, which are required by setuptools-scm.
46
+ fetch-depth: 0
47
- name: Set up Python
48
uses: actions/setup-python@v2
49
with:
@@ -62,7 +65,10 @@ jobs:
62
65
needs: build
63
66
64
67
68
69
70
71
72
73
74
changelog/830.trivial.rst
@@ -0,0 +1 @@
1
+Fixed failed deploy of ``3.0.0`` release.
0 commit comments