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.
Release:
1 parent bda3de5 commit 2f9540fCopy full SHA for 2f9540f
.github/workflows/release-oci.yml
@@ -1,5 +1,5 @@
1
# Stage OCI container images through GitHub Actions (GHA) to GitHub Container Registry (GHCR).
2
-name: Release OCI to GHCR
+name: "Release: OCI to GHCR"
3
4
on:
5
pull_request: ~
.github/workflows/release-pypi.yml
# Stage Python source distribution and wheel packages through GitHub Actions (GHA) to Python Package Index (PyPI).
-name: Release to PyPI
+name: "Release: Python package to PyPI"
push:
0 commit comments