Skip to content

Commit

Permalink
Merge pull request #3264 from krissetto/rename-env-var-in-release-pip…
Browse files Browse the repository at this point in the history
…eline

Change env var name in release pipeline to match hatch expectations
  • Loading branch information
thaJeztah committed May 23, 2024
2 parents b33088e + 1ab40c8 commit a365202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a365202

Please sign in to comment.