We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73dfc1 commit 1417136Copy full SHA for 1417136
.github/workflows/python-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
# NOTE: put your own distribution build steps here.
48
python -m pip install build
49
- export SETUPTOOLS_SCM_PRETEND_VERSION=${GITHUB_REF}
+ export SETUPTOOLS_SCM_PRETEND_VERSION=${GITHUB_REF_NAME}
50
export SETUPTOOLS_SCM_DEBUG=1
51
python -m build --sdist --wheel ./
52
0 commit comments