We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc2b9a commit c1f42caCopy full SHA for c1f42ca
.github/workflows/main.yaml
@@ -81,6 +81,8 @@ jobs:
81
# Python Semantic Release needs access to the full history to
82
# determine whether a release should be made.
83
fetch-depth: 0
84
+
85
+ - run: pip install packaging
86
87
- name: Python Semantic Release
88
uses: relekang/[email protected]
0 commit comments