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 27cd628 commit 1989b0dCopy full SHA for 1989b0d
.github/actions/setup-environment/action.yml
@@ -15,7 +15,7 @@ runs:
15
enable-cache: true
16
prune-cache: false
17
python-version: ${{ inputs.python-version }}
18
- version: '0.5.24'
+ version: '0.5.31'
19
cache-suffix: ${{inputs.python-version}}
20
21
- name: Install dependencies
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
python-version: "3.12" # Use single Python version for building
50
51
52
- name: Fetch tags
53
if: ${{ inputs.release-tag || startsWith(github.ref, 'refs/tags/') }}
0 commit comments