From 45488acfc1851c5b5358ec7d8030a754c5f23783 Mon Sep 17 00:00:00 2001 From: Christopher Petito <47751006+krissetto@users.noreply.github.com> Date: Thu, 23 May 2024 10:14:18 +0000 Subject: [PATCH] Fix env var name in release pipeline Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4d0919ac..3717e096b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: env: # This is also supported by Hatch; see # https://github.com/ofek/hatch-vcs#version-source-environment-variables - SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }} + SETUPTOOLS_SCM_PRETEND_VERSION_DOCKER: ${{ inputs.tag }} - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1