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.
0.6.8
1 parent 7433670 commit f637e92Copy full SHA for f637e92
.github/workflows/package-release.yaml
@@ -127,7 +127,7 @@ jobs:
127
python-version: "3.12"
128
enable-cache: true
129
cache-dependency-glob: "uv.lock"
130
- version: "0.6.4"
+ version: "0.6.8"
131
132
- name: Setup Yarn
133
uses: threeal/setup-yarn-action@ec8c075e62bc497968de40011c2b766f5e8f1ac5 # ratchet:threeal/setup-yarn-action@v2.0.0
.github/workflows/python-test.yaml
@@ -64,7 +64,7 @@ jobs:
64
python-version: ${{ inputs.python-version }}
65
66
67
68
69
- name: Install dependencies
70
run: |
0 commit comments