Fix env var name in release pipeline to match hatch expectations

Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com>
This commit is contained in:
Christopher Petito 2024-05-23 10:49:23 +00:00
Родитель b33088e0ca
Коммит 1ab40c8e92
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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