Skip to content

Commit

Permalink
Fix env var name in release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com>
  • Loading branch information
krissetto committed May 23, 2024
1 parent 20879ec commit 45488ac
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_FOR_DOCKER: ${{ inputs.tag }}
SETUPTOOLS_SCM_PRETEND_VERSION_DOCKER: ${{ inputs.tag }}

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

0 comments on commit 45488ac

Please sign in to comment.