From 1766f9808288dcbb8440f70d217d3d86ff26b059 Mon Sep 17 00:00:00 2001 From: Serdar Tumgoren Date: Fri, 6 Sep 2024 12:50:41 -0700 Subject: [PATCH] again --- .github/workflows/continuous-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 2f9ac0e4..f6d13601 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -118,7 +118,7 @@ jobs: - id: build name: Build release run: | - pipenv run pip install --force-reinstall setuptools-scm==8.1.0 + pipenv run pip install --force-reinstall -U setuptools-scm make build-release - id: check