summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-02 02:45:46 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-02 02:45:46 +0100
commitdcabd99e7425672f461a9235f7c3a6ae47ef03ae (patch)
tree494b1b9a88ec4474318c52c3fb879a523b64ec2d
parentf865cce73c06bd1e8e04da26b59905a64eab140d (diff)
downloadcherrypy-git-dcabd99e7425672f461a9235f7c3a6ae47ef03ae.tar.gz
🔧Capitalize expected CherryPy dist name in CI
-rw-r--r--.github/workflows/ci-cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml
index 271be855..0d38baa2 100644
--- a/.github/workflows/ci-cd.yml
+++ b/.github/workflows/ci-cd.yml
@@ -54,7 +54,7 @@ concurrency:
env:
dists-artifact-name: python-package-distributions
- dists-name: cherrypy
+ dists-name: CherryPy
FORCE_COLOR: 1 # Request colored output from CLI tools supporting it
MYPY_FORCE_COLOR: 1 # MyPy's color enforcement