Skip to content

Commit d2182bd

Browse files
committed
fix: address PR review feedback
- Pin UV_PYTHON per matrix entry so uv uses the correct interpreter - Add always() to pypi-publish so force_publish works when release-please is skipped
1 parent 7984187 commit d2182bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
- name: Run tests
4848
run: make test
49+
env:
50+
UV_PYTHON: ${{ matrix.python-version }}
4951

5052
e2e:
5153
if: github.event_name != 'schedule' && github.repository == 'runpod/runpod-python'

0 commit comments

Comments
 (0)