We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f3e33 commit 49a4e39Copy full SHA for 49a4e39
2 files changed
.github/workflows/integration-tests.yml
@@ -50,7 +50,7 @@ jobs:
50
run: sudo apt-get install libev4 libev-dev
51
52
- name: Install uv
53
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
54
with:
55
python-version: ${{ matrix.python-version }}
56
.github/workflows/lib-build-and-push.yml
@@ -104,7 +104,7 @@ jobs:
104
echo "CIBW_BEFORE_TEST_WINDOWS=(exit 0)" >> $GITHUB_ENV;
105
106
107
108
109
python-version: ${{ inputs.python-version }}
110
@@ -167,7 +167,7 @@ jobs:
167
- uses: actions/checkout@v5
168
169
170
171
172
173
0 commit comments