From 1ab40c8e926c0b892b3ef47ae8acc274fc13f250 Mon Sep 17 00:00:00 2001 From: Christopher Petito <47751006+krissetto@users.noreply.github.com> Date: Thu, 23 May 2024 10:49:23 +0000 Subject: [PATCH] Fix env var name in release pipeline to match hatch expectations 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 3717e096b..17be00163 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_DOCKER: ${{ inputs.tag }} + SETUPTOOLS_SCM_PRETEND_VERSION: ${{ inputs.tag }} - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1