mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
CI: normalize binary package version input
This commit is contained in:
parent
98a122653b
commit
58a046220d
1
.github/workflows/publish_binary.yml
vendored
1
.github/workflows/publish_binary.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
env:
|
||||
PYTHON_CONFIGURE_OPTS: --enable-optimizations
|
||||
run: |
|
||||
VERSION="${VERSION%%:*}"
|
||||
entry="$(./bin/pyenv binary package-name "$VERSION")"
|
||||
echo "entry=$entry" >> "$GITHUB_ENV"
|
||||
mkdir dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue