Skip to content

Commit a27118a

Browse files
committed
Prep uv
1 parent c9d6db3 commit a27118a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/verify.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,17 @@ jobs:
3030
steps:
3131
- name: Check out committed code
3232
uses: actions/checkout@v4
33+
- name: Prepare uv
34+
run: |
35+
pip install uv
36+
uv venv --system --seed venv
3337
- name: Install pypa/build
3438
run: |
3539
. venv/bin/activate
3640
uv pip install build
3741
- name: Build a binary wheel and a source tarball
3842
run: |
43+
. venv/bin/activate
3944
. venv/bin/activate
4045
python3 -m build
4146
- name: Publish distribution 📦 to Test PyPI

0 commit comments

Comments
 (0)