We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc61a3 commit 43d62cdCopy full SHA for 43d62cd
.github/workflows/release.yaml
@@ -1,4 +1,4 @@
1
-name: release
+name: Release
2
3
on:
4
push:
@@ -14,6 +14,7 @@ env:
14
15
jobs:
16
details:
17
+ name: Extract details
18
runs-on: ubuntu-latest
19
outputs:
20
new_version: ${{ steps.release.outputs.new_version }}
@@ -41,6 +42,7 @@ jobs:
41
42
fi
43
44
check_pypi:
45
+ name: Verify new version against latest PyPI release
46
needs: details
47
48
steps:
@@ -67,6 +69,7 @@ jobs:
67
69
68
70
71
setup_and_build:
72
+ name: Build package
73
needs: [details, check_pypi]
74
75
0 commit comments