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 c9d6db3 commit a27118aCopy full SHA for a27118a
.github/workflows/verify.yml
@@ -30,12 +30,17 @@ jobs:
30
steps:
31
- name: Check out committed code
32
uses: actions/checkout@v4
33
+ - name: Prepare uv
34
+ run: |
35
+ pip install uv
36
+ uv venv --system --seed venv
37
- name: Install pypa/build
38
run: |
39
. venv/bin/activate
40
uv pip install build
41
- name: Build a binary wheel and a source tarball
42
43
+ . venv/bin/activate
44
45
python3 -m build
46
- name: Publish distribution 📦 to Test PyPI
0 commit comments