Skip to content

Commit 1417136

Browse files
committed
Use the correct actions evnv var
1 parent d73dfc1 commit 1417136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
# NOTE: put your own distribution build steps here.
4848
python -m pip install build
49-
export SETUPTOOLS_SCM_PRETEND_VERSION=${GITHUB_REF}
49+
export SETUPTOOLS_SCM_PRETEND_VERSION=${GITHUB_REF_NAME}
5050
export SETUPTOOLS_SCM_DEBUG=1
5151
python -m build --sdist --wheel ./
5252

0 commit comments

Comments
 (0)