We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b33088e + 1ab40c8 commit a365202Copy full SHA for a365202
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
# This is also supported by Hatch; see
35
# https://github.com/ofek/hatch-vcs#version-source-environment-variables
36
- SETUPTOOLS_SCM_PRETEND_VERSION_DOCKER: ${{ inputs.tag }}
+ SETUPTOOLS_SCM_PRETEND_VERSION: ${{ inputs.tag }}
37
38
- name: Publish to PyPI
39
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments