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