Skip to content

Commit a365202

Browse files
authored
Merge pull request #3264 from krissetto/rename-env-var-in-release-pipeline
Change env var name in release pipeline to match hatch expectations
2 parents b33088e + 1ab40c8 commit a365202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
# This is also supported by Hatch; see
3535
# https://github.com/ofek/hatch-vcs#version-source-environment-variables
36-
SETUPTOOLS_SCM_PRETEND_VERSION_DOCKER: ${{ inputs.tag }}
36+
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ inputs.tag }}
3737

3838
- name: Publish to PyPI
3939
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)