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 e84384e commit cad0feeCopy full SHA for cad0fee
1 file changed
.github/workflows/build-root.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Get latest pyenv version
26
id: get_pyenv_version
27
run: |
28
- git describe --abbrev=0 --tags
+ echo "pyenv_version=$(git describe --abbrev=0 --tags)" >> $GITHUB_OUTPUT
29
30
build-base:
31
name: Build Python Builder Base
0 commit comments