Merge pull request #3263 from krissetto/fix-release-pipeline

Fix env var name in release pipeline
This commit is contained in:
Laura Brehm 2024-05-23 11:32:12 +01:00 коммит произвёл GitHub
Родитель 20879eca6a 45488acfc1
Коммит b33088e0ca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/release.yml поставляемый
Просмотреть файл

@ -33,7 +33,7 @@ jobs:
env: env:
# This is also supported by Hatch; see # This is also supported by Hatch; see
# https://github.com/ofek/hatch-vcs#version-source-environment-variables # 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 - name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1