Skip to content

Commit

Permalink
Merge pull request #3263 from krissetto/fix-release-pipeline
Browse files Browse the repository at this point in the history
Fix env var name in release pipeline
  • Loading branch information
laurazard authored May 23, 2024
2 parents 20879ec + 45488ac commit b33088e
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 b33088e

Please sign in to comment.